Mercurial > hg > qm-dsp
annotate build/osx/Makefile.osx @ 102:37449f085a4c
Fix compiler warnings
author | Chris Cannam |
---|---|
date | Thu, 13 Jun 2013 10:23:09 +0100 |
parents | 6eb4c658c799 |
children | 505ed5f42800 |
rev | line source |
---|---|
Chris@91 | 1 |
Chris@91 | 2 CFLAGS := -arch i386 -arch ppc -arch x86_64 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/ -DUSE_PTHREADS |
Chris@91 | 3 |
Chris@91 | 4 CXXFLAGS := $(CFLAGS) |
Chris@91 | 5 |
Chris@91 | 6 include build/general/Makefile.inc |
Chris@91 | 7 |