annotate build/osx/Makefile.osx @ 196:be1fc3a6b901

Avoid using a namespace (confuses docs)
author Chris Cannam
date Wed, 07 Oct 2015 12:05:44 +0100
parents b2772559aebc
children 0ec25cf85e78 572e5d1faa5b
rev   line source
Chris@91 1
Chris@181 2 ARCHFLAGS ?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386
Chris@91 3
Chris@179 4 CFLAGS := $(ARCHFLAGS) -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude
Chris@179 5
Chris@179 6 CXXFLAGS := $(CFLAGS)
Chris@91 7
Chris@91 8 include build/general/Makefile.inc
Chris@91 9