diff options
Diffstat (limited to 'sp/src/devtools/release.xcconfig')
| -rw-r--r-- | sp/src/devtools/release.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sp/src/devtools/release.xcconfig b/sp/src/devtools/release.xcconfig index 1f1a24ef..d9258588 100644 --- a/sp/src/devtools/release.xcconfig +++ b/sp/src/devtools/release.xcconfig @@ -1,4 +1,4 @@ #include "base.xcconfig" GCC_OPTIMIZATION_LEVEL = 2 -OTHER_CFLAGS = $(derived) $(BASE_CFLAGS) -ftree-vectorize -fpredictive-commoning -funswitch-loops +OTHER_CFLAGS = $(derived) $(BASE_CFLAGS) -ftree-vectorize -funswitch-loops |