Mercurial > hg > qm-dsp
changeset 446:4852840b8a3c
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 21 May 2019 13:23:35 +0100 |
parents | 7425cb35ce8c (diff) d55f5adbaf9b (current diff) |
children | 20e6297c8394 ae8343f56d77 3f913390bcf2 |
files | |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Mon May 20 16:35:50 2019 +0100 +++ b/build/linux/Makefile.linux64 Tue May 21 13:23:35 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)