Enable `-ffast-math` flag in macOS build also to align with all platforms

This commit is contained in:
Edward Li 2020-11-04 00:38:29 +08:00
parent 1f97d59325
commit 2bb5a5de9b
1 changed files with 2 additions and 0 deletions

View File

@ -2978,6 +2978,7 @@
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_FAST_MATH = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
TARGET_NO_NIXPROF,
@ -3033,6 +3034,7 @@
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_FAST_MATH = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
TARGET_NO_NIXPROF,
TARGET_NO_COREIO_HTTP,