From d4deaa35caf9e9d1571faf5541c2e12e101b544f Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Wed, 14 Jan 2015 21:58:04 -0500 Subject: [PATCH] Fast math is too fast for clang --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.2