Mercurial > hg > constant-q-cpp
diff Makefile.linux @ 88:c3e1a08c97f0
Start on C++ inverse
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 08 May 2014 19:01:15 +0100 |
parents | f4fb0ac6120a |
children | 8996465e39fc |
line wrap: on
line diff
--- a/Makefile.linux Thu May 08 09:35:10 2014 +0100 +++ b/Makefile.linux Thu May 08 19:01:15 2014 +0100 @@ -1,6 +1,6 @@ -#CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ -CFLAGS := -g -fPIC -I../vamp-plugin-sdk +CFLAGS := -Wall -O3 -fPIC -I../vamp-plugin-sdk/ +#CFLAGS := -g -fPIC -I../vamp-plugin-sdk CXXFLAGS := $(CFLAGS)