changeset 173:150504da8944

Fix some uninitialised values (in qm-dsp)
author Chris Cannam <c.cannam@qmul.ac.uk>
date Mon, 07 Sep 2015 14:14:55 +0100
parents 40d53428bb85
children fb78f2607ce1
files build/linux/Makefile.linux64
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build/linux/Makefile.linux64	Mon Sep 07 12:14:55 2015 +0100
+++ b/build/linux/Makefile.linux64	Mon Sep 07 14:14:55 2015 +0100
@@ -1,5 +1,6 @@
 
 CFLAGS += -DNDEBUG -O3 -fno-exceptions -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
+#CFLAGS += -DDEBUG -g -fno-exceptions -fPIC -ffast-math -DUSE_PTHREADS
 
 CXXFLAGS += $(CFLAGS)