# HG changeset patch # User Chris Cannam # Date 1558441088 -3600 # Node ID 61d3990482e6cc25c434f7b7b9e9df708abeaf35 # Parent 97352295ca97895a9629bcccf8c25767bce430be fast-math seems unwise when we have rather precise regression tests to run. Also remove unintended debug-mode diff -r 97352295ca97 -r 61d3990482e6 build/linux/Makefile.linux64 --- a/build/linux/Makefile.linux64 Tue May 21 12:11:33 2019 +0100 +++ b/build/linux/Makefile.linux64 Tue May 21 13:18:08 2019 +0100 @@ -1,6 +1,5 @@ -#CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS +CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS CXXFLAGS += $(CFLAGS)