Update project.pbxproj

Bump Optimization level to -0s for Release builds
This commit is contained in:
MrJs 2019-10-06 10:25:34 -07:00 committed by GitHub
parent f0bfdbf209
commit 41d3dfc591
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1120,7 +1120,7 @@
COPY_PHASE_STRIP = NO;
ENABLE_BITCODE = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_OPTIMIZATION_LEVEL = 2;
GCC_OPTIMIZATION_LEVEL = 4;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_VARIABLE = YES;