# HG changeset patch # User Chris Cannam # Date 1538482068 -3600 # Node ID ac5ac9ef440b3552ca1688ec98db3c6d820b3288 # Parent 243cfccb824b535c5e3dd1d9cfa192eeb2ab0731 Release build diff -r 243cfccb824b -r ac5ac9ef440b Makefile.linux --- 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