Mercurial > hg > qm-dsp
diff build/linux/Makefile.linux64 @ 414:7e8d1f26b098
Fix compiler warnings with -Wall -Wextra
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 28 Sep 2015 12:33:17 +0100 |
parents | 69041ebdeb9a |
children | 45330e0d2819 |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Tue Sep 08 13:18:14 2015 +0100 +++ b/build/linux/Makefile.linux64 Mon Sep 28 12:33:17 2015 +0100 @@ -1,6 +1,7 @@ -CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 -#CFLAGS := -DDEBUG -g -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64 +#CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 +CFLAGS := -DDEBUG -g -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64 + CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc