changeset 20:a2909dbe3966 slimline

Debug build
author Chris Cannam
date Thu, 10 May 2012 10:48:14 +0100
parents 03d547e42d8d
children 1985617603e2
files songparts/Makefile.linux64
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/songparts/Makefile.linux64	Thu May 10 10:47:39 2012 +0100
+++ b/songparts/Makefile.linux64	Thu May 10 10:48:14 2012 +0100
@@ -1,5 +1,6 @@
 
-CFLAGS := -O3 -fPIC -ftree-vectorize -I../armadillo-2.4.4/include -I../../vamp-plugin-sdk -I../../qm-dsp
+#CFLAGS := -O3 -fPIC -ftree-vectorize -I../armadillo-2.4.4/include -I../../vamp-plugin-sdk -I../../qm-dsp
+CFLAGS := -g -fPIC -I../armadillo-2.4.4/include -I../../vamp-plugin-sdk -I../../qm-dsp
 
 CXXFLAGS  := $(CFLAGS)