Skip to content

Commit

Permalink
Decrease optimize to O1 in release build, to resolve the issue of usi…
Browse files Browse the repository at this point in the history
…ng new xcode version. #926 #965
  • Loading branch information
zxystd committed Mar 12, 2024
1 parent 42dc7bc commit d48ea5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions itlwm.xcodeproj/project.pbxproj
Expand Up @@ -3365,6 +3365,7 @@
GCC_C_LANGUAGE_STANDARD = c11;
GCC_INPUT_FILETYPE = sourcecode.cpp.cpp;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 1;
GCC_PREPROCESSOR_DEFINITIONS = (
"ITLWM_VERSION=\\\"${MODULE_VERSION}\\\"",
"GIT_COMMIT=\\\"${GIT_COMMIT}\\\"",
Expand Down

0 comments on commit d48ea5d

Please sign in to comment.