comparison build/linux/Makefile.linux64 @ 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 e737931b1925
children 2eb74e345751
comparison
equal deleted inserted replaced
226:97352295ca97 227:61d3990482e6
1 1
2 #CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS 2 CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
3 CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS
4 3
5 CXXFLAGS += $(CFLAGS) 4 CXXFLAGS += $(CFLAGS)
6 5
7 LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map 6 LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map
8 7