mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
fix warning message where it would display "warning: no debug symbols in executable (-arch i386)"
This commit is contained in:
@@ -150,7 +150,7 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
def cflags(platform, cplusplus)
|
||||
super + " -fobjc-legacy-dispatch -fobjc-abi-version=2"
|
||||
super + " -g -fobjc-legacy-dispatch -fobjc-abi-version=2"
|
||||
end
|
||||
|
||||
def ldflags(platform)
|
||||
|
||||
Reference in New Issue
Block a user