# HG changeset patch # User Chris Cannam # Date 1396431469 -3600 # Node ID e291f3657872db892f6ee525b36e98472a5ccd26 # Parent 8180299e50873655869e3ee51390099632033a43 Didn't intend to commit the build in debug mode diff -r 8180299e5087 -r e291f3657872 Makefile.linux64 --- a/Makefile.linux64 Tue Apr 01 10:52:19 2014 +0100 +++ b/Makefile.linux64 Wed Apr 02 10:37:49 2014 +0100 @@ -1,6 +1,6 @@ -#CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ -CFLAGS := -g -Wall -fPIC -I../vamp-plugin-sdk +CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -I../../vamp-plugin-sdk/ +#CFLAGS := -g -Wall -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS)