Mercurial > hg > vamp-plugin-sdk
diff Makefile @ 77:ba5f87117b67 vamp-plugin-sdk-v1.1pre1
...
| author | cannam | 
|---|---|
| date | Thu, 07 Jun 2007 14:22:22 +0000 | 
| parents | 9d3272c7db60 | 
| children | e33fa45f0935 | 
line wrap: on
 line diff
--- a/Makefile Thu Jun 07 14:15:24 2007 +0000 +++ b/Makefile Thu Jun 07 14:22:22 2007 +0000 @@ -27,7 +27,7 @@ # Compile flags # -CXXFLAGS := $(CXXFLAGS) -g -Wall -I. +CXXFLAGS := $(CXXFLAGS) -O2 -Wall -I. # Libraries required for the plugins. # (Note that it is desirable to statically link libstdc++ if possible,
