Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01c2e72

Browse files
committed
Decent performance for debug builds too
1 parent 94d795c commit 01c2e72

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

imageoptim/ImageOptim.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,6 @@
13751375
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
13761376
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
13771377
MACOSX_DEPLOYMENT_TARGET = 10.6;
1378-
ONLY_ACTIVE_ARCH = YES;
13791378
};
13801379
name = Debug;
13811380
};

imageoptim/debug.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "release.xcconfig"
2-
GCC_OPTIMIZATION_LEVEL = 0;
2+
GCC_OPTIMIZATION_LEVEL = 2;
33
DEAD_CODE_STRIPPING = NO;
44
GCC_WARN_UNINITIALIZED_AUTOS = NO;
55
DEPLOYMENT_POSTPROCESSING = NO;
6-
ONLY_ACTIVE_ARCH = YES;
6+
ONLY_ACTIVE_ARCH = YES;

0 commit comments

Comments
 (0)