Mercurial > hg > qm-dsp
changeset 440:236fcb53cfa9
Merge
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 06 Feb 2018 21:12:43 +0000 |
parents | 554ded873378 (current diff) 455093c442f3 (diff) |
children | 3994516c1199 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Tue Feb 06 21:12:03 2018 +0000 +++ b/build/linux/Makefile.linux64 Tue Feb 06 21:12:43 2018 +0000 @@ -2,7 +2,7 @@ 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 -CXXFLAGS := $(CFLAGS) -Werror +CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc