Mercurial > hg > vamp-libxtract-plugins
diff Makefile @ 8:84d41c790d4f
...
author | cannam |
---|---|
date | Thu, 28 Feb 2008 12:31:03 +0000 |
parents | 298dc5b79772 |
children | ff1564a04fc0 |
line wrap: on
line diff
--- a/Makefile Wed May 09 12:29:21 2007 +0000 +++ b/Makefile Thu Feb 28 12:31:03 2008 +0000 @@ -10,7 +10,9 @@ # Compile flags # -CXXFLAGS := $(CXXFLAGS) -DNDEBUG -O2 -march=pentium3 -mfpmath=sse -ffast-math -Wall -I$(VAMPDIR) -I. +#CXXFLAGS := $(CXXFLAGS) -DNDEBUG -O2 -march=pentium3 -mfpmath=sse -ffast-math -Wall -I$(VAMPDIR) -I. +CXXFLAGS := $(CXXFLAGS) -DDEBUG -g -Wall -I$(VAMPDIR) -I. + # Libraries required for the plugins. Note that we can (and actively # want to) statically link libstdc++, because our plugin exposes only