Mercurial > hg > vamp-plugin-sdk
comparison build/Makefile.osx.106 @ 342:32e1b0d944fc
OS/X build fixes
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 14:59:24 +0100 |
parents | d5c5a52e6c9f |
children | f4e07ae2725a |
comparison
equal
deleted
inserted
replaced
341:f67cf32a934b | 342:32e1b0d944fc |
---|---|
88 # | 88 # |
89 ARCHFLAGS = $(SDKFLAGS) -arch i386 -arch x86_64 -arch ppc | 89 ARCHFLAGS = $(SDKFLAGS) -arch i386 -arch x86_64 -arch ppc |
90 | 90 |
91 # Compile flags | 91 # Compile flags |
92 # | 92 # |
93 CFLAGS = $(ARCHFLAGS) -fPIC | |
93 CXXFLAGS = $(ARCHFLAGS) -O2 -Wall -I. -fPIC | 94 CXXFLAGS = $(ARCHFLAGS) -O2 -Wall -I. -fPIC |
94 | 95 |
95 # Link flags common to all link targets | 96 # Link flags common to all link targets |
96 # | 97 # |
97 LDFLAGS = $(ARCHFLAGS) | 98 LDFLAGS = $(ARCHFLAGS) |