Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 441:3994516c1199
Merge from branch msvc
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 08 Feb 2018 15:41:27 +0000 |
parents | a23b9f8b4a59 |
children |
line wrap: on
line source
ARCHFLAGS ?= -mmacosx-version-min=10.7 -arch x86_64 -stdlib=libc++ CFLAGS := $(ARCHFLAGS) -Wall -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude CXXFLAGS := $(CFLAGS) -std=c++11 include build/general/Makefile.inc