Mercurial > hg > qm-dsp
changeset 424:1e0f3478ec23
OSX build updates
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 26 May 2016 14:16:45 +0100 |
parents | 9e9dd0d5f3fa |
children | a23b9f8b4a59 |
files | build/osx/Makefile.osx |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/build/osx/Makefile.osx Thu May 26 14:16:29 2016 +0100 +++ b/build/osx/Makefile.osx Thu May 26 14:16:45 2016 +0100 @@ -1,9 +1,9 @@ -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 +CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude -CXXFLAGS := $(CFLAGS) +CXXFLAGS := $(CFLAGS) -std=c++11 include build/general/Makefile.inc