fix warning message where it would display "warning: no debug symbols in executable (-arch i386)"

This commit is contained in:
Watson
2013-06-23 15:44:15 +09:00
parent 2617e9a3e4
commit 64abb061e6

View File

@@ -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)