Mercurial > hg > qm-dsp
view build/mingw32/Makefile.mingw32 @ 515:08bcc06c38ec tip master
Remove fast-math
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 28 Jan 2020 15:27:37 +0000 |
parents | cf08ede39abf |
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 := -I../vamp-plugin-sdk -Ibuild/mingw32 -Iinclude -DNDEBUG -O3 -msse -msse2 -Wall -Wextra CXXFLAGS := $(CFLAGS) MAKEFILE_EXT := .mingw32 include build/general/Makefile.inc