diff options
Diffstat (limited to 'mp/src/devtools/release.xcconfig')
| -rw-r--r-- | mp/src/devtools/release.xcconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/devtools/release.xcconfig b/mp/src/devtools/release.xcconfig index 1f1a24ef..d9258588 100644 --- a/mp/src/devtools/release.xcconfig +++ b/mp/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 |