view build/linux/Makefile.linux64 @ 220:22688fe1c0ce

Remove fast-math, for the sake of the plugin regression tests
author Chris Cannam
date Tue, 21 May 2019 13:23:22 +0100
parents c5d591bcf899
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