Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 407:f898c901c055
Fix handling of NaNs in MedianFilter, & test for it
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 23 Feb 2015 10:42:54 +0000 |
parents | ebde9a50bb74 |
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