Mercurial > hg > qm-dsp
view build/osx/Makefile.osx @ 184:76ec2365b250
Bring in kissfft into this repo (formerly a subrepo, but the remote is not responding)
author | Chris Cannam |
---|---|
date | Tue, 21 Jul 2015 07:34:15 +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