Mercurial > hg > qm-dsp
annotate build/osx/Makefile.osx @ 200:572e5d1faa5b
OSX build updates
author | Chris Cannam |
---|---|
date | Thu, 26 May 2016 14:16:45 +0100 |
parents | b2772559aebc |
children | 6c0531397af8 |
rev | line source |
---|---|
Chris@91 | 1 |
Chris@200 | 2 ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ |
Chris@91 | 3 |
Chris@200 | 4 CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude |
Chris@179 | 5 |
Chris@200 | 6 CXXFLAGS := $(CFLAGS) -std=c++11 |
Chris@91 | 7 |
Chris@91 | 8 include build/general/Makefile.inc |
Chris@91 | 9 |