Revert "iOS - Bump GCC Optimization level to-0s for Release Builds. "

This commit is contained in:
Twinaphex 2019-12-02 06:16:28 +01:00 committed by GitHub
parent 12ae92ef66
commit ec4ecb5d34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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