Add tempo output, minor build fix
[vamp-aubio-plugins.git] / Makefile
index a655e4d..d99831c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,13 +9,12 @@ AUBIODIR      = aubio
 
 # Compile flags
 #
-CFLAGS         := -I. -Iaubio/src $(CFLAGS) -fPIC -DDEBUG -g -Wall -I.
+CFLAGS         := -I. -Iaubio/src $(CFLAGS) -fPIC -DDEBUG -O2 -Wall -I.
 CXXFLAGS       := $(CFLAGS)
 
 # Libraries required for the plugins.
 #
-#PLUGIN_LIBS   = -L../inst/lib -lvamp-sdk -laubio 
-PLUGIN_LIBS    = -Wl,-Bstatic -lvamp-sdk -lfftw3f -Wl,-Bdynamic
+PLUGIN_LIBS    = -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic
 
 # Flags required to tell the compiler to make a dynamically loadable object
 #