diff Makefile.mingw32 @ 58:a3d463ea7a57

Release builds
author Chris Cannam
date Thu, 16 Oct 2014 14:53:18 +0100
parents 44d8e5dc1902
children
line wrap: on
line diff
--- a/Makefile.mingw32	Thu Oct 16 14:22:50 2014 +0100
+++ b/Makefile.mingw32	Thu Oct 16 14:53:18 2014 +0100
@@ -17,11 +17,11 @@
 
 # For a debug build...
 
-CFLAGS		:= -Wall -Wextra -g
+#CFLAGS		:= -Wall -Wextra -g
 
 # ... or for a release build
 
-#CFLAGS		:= -Wall -Wextra -O3 -ftree-vectorize
+CFLAGS		:= -Wall -Wextra -O3 -ftree-vectorize
 
 
 # Location of Vamp plugin SDK relative to the project directory