view 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 source

CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS

CXXFLAGS := $(CFLAGS)

include build/general/Makefile.inc