changeset 64:e291f3657872 tony tony_v0.5

Didn't intend to commit the build in debug mode
author Chris Cannam
date Wed, 02 Apr 2014 10:37:49 +0100
parents 8180299e5087
children e2bbf853513d 365357b7ba47
files Makefile.linux64
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)