Mercurial > hg > qm-vamp-plugins
diff build/linux/Makefile.linux64 @ 219:e737931b1925
Vext -> Repoint
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Tue, 15 May 2018 15:39:22 +0100 |
parents | 9b30f7f972c9 |
children | 61d3990482e6 |
line wrap: on
line diff
--- a/build/linux/Makefile.linux64 Tue May 01 10:20:38 2018 +0100 +++ b/build/linux/Makefile.linux64 Tue May 15 15:39:22 2018 +0100 @@ -1,6 +1,6 @@ -CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -#CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS +#CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS +CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS CXXFLAGS += $(CFLAGS)