comparison Makefile.mingw32 @ 58:a3d463ea7a57

Release builds
author Chris Cannam
date Thu, 16 Oct 2014 14:53:18 +0100
parents 44d8e5dc1902
children
comparison
equal deleted inserted replaced
57:252d2b03f4a8 58:a3d463ea7a57
15 RANLIB = $(TOOLPREFIX)ranlib 15 RANLIB = $(TOOLPREFIX)ranlib
16 16
17 17
18 # For a debug build... 18 # For a debug build...
19 19
20 CFLAGS := -Wall -Wextra -g 20 #CFLAGS := -Wall -Wextra -g
21 21
22 # ... or for a release build 22 # ... or for a release build
23 23
24 #CFLAGS := -Wall -Wextra -O3 -ftree-vectorize 24 CFLAGS := -Wall -Wextra -O3 -ftree-vectorize
25 25
26 26
27 # Location of Vamp plugin SDK relative to the project directory 27 # Location of Vamp plugin SDK relative to the project directory
28 28
29 VAMPSDK_DIR := ../vamp-plugin-sdk 29 VAMPSDK_DIR := ../vamp-plugin-sdk