Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d795c commit 01c2e72Copy full SHA for 01c2e72
2 files changed
imageoptim/ImageOptim.xcodeproj/project.pbxproj
@@ -1375,7 +1375,6 @@
1375
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1376
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1377
MACOSX_DEPLOYMENT_TARGET = 10.6;
1378
- ONLY_ACTIVE_ARCH = YES;
1379
};
1380
name = Debug;
1381
imageoptim/debug.xcconfig
@@ -1,6 +1,6 @@
1
#include "release.xcconfig"
2
-GCC_OPTIMIZATION_LEVEL = 0;
+GCC_OPTIMIZATION_LEVEL = 2;
3
DEAD_CODE_STRIPPING = NO;
4
GCC_WARN_UNINITIALIZED_AUTOS = NO;
5
DEPLOYMENT_POSTPROCESSING = NO;
6
-ONLY_ACTIVE_ARCH = YES;
+ONLY_ACTIVE_ARCH = YES;
0 commit comments