Mercurial > hg > vamp-fanchirp
changeset 4:ac5ac9ef440b
Release build
author | Chris Cannam |
---|---|
date | Tue, 02 Oct 2018 13:07:48 +0100 |
parents | 243cfccb824b |
children | cdf7cb06049c |
files | Makefile.linux |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.linux Tue Oct 02 13:03:42 2018 +0100 +++ b/Makefile.linux Tue Oct 02 13:07:48 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 -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC +CFLAGS := -Wall -Wextra -O3 -msse -msse2 -mfpmath=sse -ftree-vectorize -fPIC # Location of Vamp plugin SDK relative to the project directory