Mercurial > hg > vamp-libxtract-plugins
changeset 8:84d41c790d4f
...
author | cannam |
---|---|
date | Thu, 28 Feb 2008 12:31:03 +0000 |
parents | 066911b493d5 |
children | 76e255118810 |
files | Makefile |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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