Mercurial > hg > qm-dsp
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 442:1f6be1b0f855 | 443:7425cb35ce8c |
|---|---|
| 1 | 1 |
| 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS | 2 CFLAGS := -DNDEBUG -Wall -Wextra -Werror=implicit-function-declaration -O3 -fPIC -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS |
| 3 #CFLAGS := -DDEBUG -g -Wall -Wextra -Werror=implicit-function-declaration -fPIC -ffast-math -DUSE_PTHREADS | |
| 4 | 3 |
| 5 CXXFLAGS := $(CFLAGS) | 4 CXXFLAGS := $(CFLAGS) |
| 6 | 5 |
| 7 include build/general/Makefile.inc | 6 include build/general/Makefile.inc |
| 8 | 7 |
