Mercurial > hg > tipic
changeset 44:eaf75021215e
Set CFLAGS as well
author | Chris Cannam |
---|---|
date | Wed, 09 Dec 2015 14:55:26 +0000 |
parents | f94986387742 |
children | 54b308dc8910 |
files | Makefile.osx |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.osx Wed Oct 07 13:36:31 2015 +0100 +++ b/Makefile.osx Wed Dec 09 14:55:26 2015 +0000 @@ -3,6 +3,8 @@ CXXFLAGS += $(ARCHFLAGS) -DMALLOC_IS_ALIGNED -O3 -ftree-vectorize -I../vamp-plugin-sdk -std=c++11 +CFLAGS += $(ARCHFLAGS) -DMALLOC_IS_ALIGNED -O3 -ftree-vectorize + LDFLAGS += $(ARCHFLAGS) PLUGIN_LDFLAGS += $(ARCHFLAGS) -dynamiclib ../vamp-plugin-sdk/libvamp-sdk.a -exported_symbols_list vamp-plugin.list -install_name tipic.dylib