Mercurial > hg > qm-vamp-plugins
changeset 227:61d3990482e6
fast-math seems unwise when we have rather precise regression tests to run. Also remove unintended debug-mode
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 21 May 2019 13:18:08 +0100 |
parents | 97352295ca97 |
children | 0a393a99f29b |
files | build/linux/Makefile.linux64 |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)