annotate build/linux/Makefile.linux64 @ 218:eceead3d61be
Ah, I see. Update another platform target & qm-dsp library debug build
author |
Chris Cannam <c.cannam@qmul.ac.uk> |
date |
Tue, 01 May 2018 10:20:38 +0100 |
parents |
9b30f7f972c9 |
children |
e737931b1925 |
rev |
line source |
c@136
|
1
|
c@184
|
2 CFLAGS += -DNDEBUG -O3 -fno-exceptions -Wall -Wextra -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS
|
c@184
|
3 #CFLAGS += -DDEBUG -g -fno-exceptions -Wall -Wextra -Werror -fPIC -ffast-math -DUSE_PTHREADS
|
c@136
|
4
|
c@166
|
5 CXXFLAGS += $(CFLAGS)
|
c@136
|
6
|
c@187
|
7 LDFLAGS += -shared -Wl,-Bstatic -lqm-dsp -Wl,-z,defs -Wl,-Bdynamic -lpthread -Wl,--version-script=vamp-plugin.map
|
c@136
|
8
|
c@137
|
9 PLUGIN_EXT := .so
|
c@137
|
10
|
c@160
|
11 MAKEFILE_EXT := .linux64
|
c@160
|
12
|
c@136
|
13 include build/general/Makefile.inc
|
c@136
|
14
|