Mercurial > hg > vamp-fanchirp
diff Makefile.osx @ 13:69069fc86e18 perf
Bring in bqvec via Repoint
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 16:38:16 +0100 |
parents | 243cfccb824b |
children |
line wrap: on
line diff
--- a/Makefile.osx Tue Oct 02 13:49:23 2018 +0100 +++ b/Makefile.osx Tue Oct 02 16:38:16 2018 +0100 @@ -10,11 +10,11 @@ # For a debug build... -CFLAGS := -Wall -Wextra -g -fPIC +#CFLAGS := -Wall -Wextra -g -fPIC # ... or for a release build -#CFLAGS := -Wall -Wextra -O3 -fPIC +CFLAGS := -Wall -Wextra -O3 -fPIC # Flags to determine processor architecture and system SDK @@ -22,11 +22,6 @@ ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ -# Location of Vamp plugin SDK relative to the project directory - -VAMPSDK_DIR := ../vamp-plugin-sdk - - # Libraries and linker flags required by plugin: add any -l<library> # options here