# HG changeset patch # User Chris Cannam # Date 1336643294 -3600 # Node ID a2909dbe3966e20dace96c4f729de3776cd0382f # Parent 03d547e42d8d89c75fd224a63b333ad33f861f3d Debug build diff -r 03d547e42d8d -r a2909dbe3966 songparts/Makefile.linux64 --- 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)