annotate 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
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