]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fast math is too fast for clang
authorDale Weiler <weilercdale@gmail.com>
Thu, 15 Jan 2015 02:58:04 +0000 (21:58 -0500)
committerDale Weiler <weilercdale@gmail.com>
Thu, 15 Jan 2015 02:58:04 +0000 (21:58 -0500)
Makefile

index 89d88053c460223bcb4c14f590909478190e5726..9dd66ec8c07d5fd97abd1e397071177eda1f8e33 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ CXXFLAGS = \
        -std=c++11 \
        -Wall \
        -Wextra \
-       -ffast-math \
        -fno-exceptions \
        -fno-rtti \
        -MD