diff cpp-qm-dsp/Makefile @ 34:e9752aa1b234

More on reconstructing CQ shape. This is not always correct yet, though
author Chris Cannam <c.cannam@qmul.ac.uk>
date Wed, 06 Nov 2013 14:30:19 +0000
parents 39dddbb78d8b
children 73152bc3bb26
line wrap: on
line diff
--- a/cpp-qm-dsp/Makefile	Wed Nov 06 09:09:55 2013 +0000
+++ b/cpp-qm-dsp/Makefile	Wed Nov 06 14:30:19 2013 +0000
@@ -3,8 +3,8 @@
 
 CFLAGS := -I../.. $(CFLAGS) $(DEFINES)
 
-CXXFLAGS := -I../.. -Wall -g $(CXXFLAGS) $(DEFINES)
-#CXXFLAGS := -I../.. -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES)
+#CXXFLAGS := -I../.. -fPIC -Wall -g $(CXXFLAGS) $(DEFINES)
+CXXFLAGS := -I../.. -fPIC -Wall -O3 -ffast-math -ftree-vectorize $(CXXFLAGS) $(DEFINES)
 
 LDFLAGS := $(LDFLAGS)