Skip to content

Commit

Permalink
Merge pull request #4156 from nbhuiyan/macos-clang-warnings
Browse files Browse the repository at this point in the history
Remove unnecessary gcc-specific optimization flags
  • Loading branch information
DanHeidinga authored Jan 17, 2019
2 parents 2e56fb4 + f8222df commit 8eb6f83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions runtime/compiler/build/toolcfg/gnu/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ endif

ifeq ($(C_COMPILER),clang)
CX_FLAGS+=-Wno-parentheses -Werror=header-guard
else
CX_FLAGS+=-fno-rounding-math -fno-signaling-nans
endif

ifeq ($(BUILD_CONFIG),debug)
Expand Down

0 comments on commit 8eb6f83

Please sign in to comment.