Mercurial > hg > vamp-plugin-sdk
changeset 77:ba5f87117b67 vamp-plugin-sdk-v1.1pre1
...
author | cannam |
---|---|
date | Thu, 07 Jun 2007 14:22:22 +0000 |
parents | 6683f99107cf |
children | 6bf198e06d72 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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,