[IPHONE] Building with debug symbols for profiling.

This commit is contained in:
rachytski 2011-03-13 13:16:37 +02:00 committed by Alex Zolotarev
parent 8401ecac15
commit bb690ae96a
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ win32-msvc2008 {
unix|win32-g++ {
QMAKE_CXXFLAGS_WARN_ON += -Wno-sign-compare -Wno-strict-aliasing
# QMAKE_CXXFLAGS_RELEASE += -g
QMAKE_CXXFLAGS_RELEASE += -g
# experimental
QMAKE_CFLAGS_RELEASE *= -ffast-math
QMAKE_CXXFLAGS_RELEASE *= -ffast-math

View file

@ -651,7 +651,7 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CODE_SIGN_IDENTITY = "iPhone Developer";
COMPRESS_PNG_FILES = NO;
COPY_PHASE_STRIP = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1.0;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = c99;