# HG changeset patch # User Chris Cannam # Date 1441631695 -3600 # Node ID 150504da8944c5dca9713bdca1c4e8fa65a602c0 # Parent 40d53428bb85c78682e63ea46973b0d9225e2f79 Fix some uninitialised values (in qm-dsp) diff -r 40d53428bb85 -r 150504da8944 build/linux/Makefile.linux64 --- 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)