Mercurial > hg > qm-dsp
changeset 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 | 852c5ba16bb0 |
children | 04c2ac91c16a |
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 01 10:19:58 2018 +0100 +++ b/build/linux/Makefile.linux64 Tue May 21 13:23:22 2019 +0100 @@ -1,6 +1,5 @@ -CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -#CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS +CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS CXXFLAGS := $(CFLAGS)