Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 207:f11ec82227d5
Change that seemed to be needed for emscripten double-precision build to work
author | Chris Cannam |
---|---|
date | Tue, 14 Mar 2017 13:40:50 +0000 |
parents | 6c0531397af8 |
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