From: Dale Weiler Date: Thu, 15 Jan 2015 02:58:04 +0000 (-0500) Subject: Fast math is too fast for clang X-Git-Tag: xonotic-v0.8.2~54 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=d4deaa35caf9e9d1571faf5541c2e12e101b544f Fast math is too fast for clang --- diff --git a/Makefile b/Makefile index 89d8805..9dd66ec 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,6 @@ CXXFLAGS = \ -std=c++11 \ -Wall \ -Wextra \ - -ffast-math \ -fno-exceptions \ -fno-rtti \ -MD