Mercurial > hg > constant-q-cpp
view Makefile.mingw32 @ 181:1ab84ec46c15
Switch to OS/X 10.7 min and libc++ (am generally doing this for lots of stuff now)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 16:23:29 +0100 |
parents | c345d0f2c760 |
children |
line wrap: on
line source
TOOLPREFIX ?= i586-mingw32msvc- CXX = $(TOOLPREFIX)g++ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)g++ AR = $(TOOLPREFIX)ar RANLIB = $(TOOLPREFIX)ranlib CFLAGS += -DNDEBUG -O3 -msse -msse2 -ffast-math -mfpmath=sse -Wall -Wextra LDFLAGS += -static CXXFLAGS += $(CFLAGS) PLUGIN_LDFLAGS := $(LDFLAGS) -shared -Wl,--retain-symbols-file=vamp/vamp-plugin.list VAMPSDK_DIR := ../vamp-plugin-sdk PLUGIN_EXT := .dll include Makefile.inc