Mercurial > hg > qm-vamp-plugins
view build/linux/Makefile.linux32 @ 262:6e2e0755fe64
Update 32-bit build files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 28 Jan 2020 15:28:17 +0000 |
parents | 81adfb4a61fd |
children |
line wrap: on
line source
CFLAGS := -DNDEBUG -O3 -fno-exceptions -fPIC -msse -mfpmath=sse -ftree-vectorize -fomit-frame-pointer -DUSE_PTHREADS CXXFLAGS := $(CFLAGS) LDFLAGS := -shared -Wl,--no-undefined -Wl,-Bstatic -lqm-dsp -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map PLUGIN_EXT := .so MAKEFILE_EXT := .linux32 include build/general/Makefile.inc