Mercurial > hg > vampy
diff Makefile.linux @ 72:ffaa1fb3d7de vampyhost
inline is not a useful keyword with contemporary compilers
author | Chris Cannam |
---|---|
date | Mon, 24 Nov 2014 09:50:49 +0000 |
parents | 40a01bb24209 |
children |
line wrap: on
line diff
--- a/Makefile.linux Thu Nov 20 13:02:50 2014 +0000 +++ b/Makefile.linux Mon Nov 24 09:50:49 2014 +0000 @@ -4,7 +4,7 @@ -I/usr/include/python2.7 \ -I/usr/lib/python2.7/dist-packages/numpy/core/include -LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -lpython2.7 -lpthread -Wl,--version-script=vamp-plugin.map +LDFLAGS := -shared -Wl,-Bstatic -lvamp-sdk -Wl,-Bdynamic -Wl,-z,defs -lpython2.7 -lpthread -Wl,--version-script=vamp-plugin.map -ldl default: vampy.so