Mercurial > hg > qm-dsp
diff build/linux/Makefile.linux64 @ 439:455093c442f3
Let's not have -Werror
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 06 Feb 2018 13:11:32 +0000 |
parents | 7b7691b49197 |
children | 22688fe1c0ce |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Mon Feb 05 19:06:35 2018 +0000 +++ b/build/linux/Makefile.linux64 Tue Feb 06 13:11:32 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