view build/osx/Makefile.osx @ 194:26daede606a8

Add L^p norms, doc, tests
author Chris Cannam
date Wed, 07 Oct 2015 11:14:16 +0100
parents b2772559aebc
children 0ec25cf85e78 572e5d1faa5b
line wrap: on
line source

ARCHFLAGS	?= -mmacosx-version-min=10.6 -arch x86_64 -arch i386

CFLAGS 		:= $(ARCHFLAGS) -O3 -ftree-vectorize -DUSE_PTHREADS -Iinclude

CXXFLAGS  	:= $(CFLAGS)

include build/general/Makefile.inc