annotate 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
rev   line source
c@315 1
c@443 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
c@414 3
c@439 4 CXXFLAGS := $(CFLAGS)
c@315 5
c@315 6 include build/general/Makefile.inc
c@315 7