forked from organicmaps/organicmaps
[IPHONE] Building with debug symbols for profiling.
This commit is contained in:
parent
8401ecac15
commit
bb690ae96a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue