Mercurial > hg > qm-dsp
annotate build/osx/Makefile.osx @ 214:abaa17f7dec5 msvc
Debug build bits
author | Chris Cannam |
---|---|
date | Tue, 06 Feb 2018 21:12:03 +0000 |
parents | 6c0531397af8 |
children |
rev | line source |
---|---|
Chris@91 | 1 |
Chris@198 | 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 |