# HG changeset patch # User cannam # Date 1204201863 0 # Node ID 84d41c790d4f75cb7ff3af590cd6d6963ef62bb0 # Parent 066911b493d586eaeec2766fdfdd809b504bda43 ... diff -r 066911b493d5 -r 84d41c790d4f Makefile --- 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