Mercurial > hg > qm-dsp
changeset 425:4d4608e73b15
Update the OSX build flags
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 24 Mar 2016 13:29:56 +0000 |
parents | 51bf24c0a57b |
children | a23b9f8b4a59 |
files | build/osx/Makefile.osx |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/build/osx/Makefile.osx Wed Feb 10 21:50:35 2016 +0000 +++ b/build/osx/Makefile.osx Thu Mar 24 13:29:56 2016 +0000 @@ -1,5 +1,5 @@ -ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386 +ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ CFLAGS := $(ARCHFLAGS) -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude