Mercurial > hg > constant-q-cpp
changeset 181:1ab84ec46c15
Switch to OS/X 10.7 min and libc++ (am generally doing this for lots of stuff now)
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 07 Sep 2015 16:23:29 +0100 |
parents | 6e4de8beb6b2 |
children | 8e64d3da52f5 f64841b3c6de |
files | Makefile.osx |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.osx Mon Sep 07 14:45:07 2015 +0100 +++ b/Makefile.osx Mon Sep 07 16:23:29 2015 +0100 @@ -1,8 +1,8 @@ -ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 +ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -arch i386 -stdlib=libc++ CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -CXXFLAGS := $(CFLAGS) +CXXFLAGS := $(CFLAGS) LDFLAGS := $(ARCHFLAGS) PLUGIN_LDFLAGS := -dynamiclib -exported_symbols_list vamp/vamp-plugin.list