diff build/linux/Makefile.linux64 @ 443:7425cb35ce8c

Remove fast-math, for the sake of the plugin regression tests
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 21 May 2019 13:23:22 +0100
parents 455093c442f3
children 51af92c83dfc
line wrap: on
line diff
--- a/build/linux/Makefile.linux64	Tue May 01 10:19:58 2018 +0100
+++ b/build/linux/Makefile.linux64	Tue May 21 13:23:22 2019 +0100
@@ -1,6 +1,5 @@
 
-CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
-#CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS
+CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
 
 CXXFLAGS := $(CFLAGS)