From f7e2cbe5bd5e5cc3b722e589995529a5d0fe0b59 Mon Sep 17 00:00:00 2001 From: dak180 Date: Fri, 3 Jun 2011 12:00:33 -0400 Subject: [PATCH] Use Clang for the frameworks. --- macosx/configs/Base-Framework.xcconfig | 1 + macosx/configs/Theora-All.xcconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/macosx/configs/Base-Framework.xcconfig b/macosx/configs/Base-Framework.xcconfig index 09df6e5a1..625786820 100644 --- a/macosx/configs/Base-Framework.xcconfig +++ b/macosx/configs/Base-Framework.xcconfig @@ -1,6 +1,7 @@ // Global settings for all Framework configurations +GCC_VERSION = com.apple.compilers.llvm.clang.1_0 INSTALL_PATH = @rpath DYLIB_COMPATIBILITY_VERSION = 1 DYLIB_CURRENT_VERSION = 1 diff --git a/macosx/configs/Theora-All.xcconfig b/macosx/configs/Theora-All.xcconfig index 481c8015d..c6b86604e 100644 --- a/macosx/configs/Theora-All.xcconfig +++ b/macosx/configs/Theora-All.xcconfig @@ -9,3 +9,4 @@ HEADER_SEARCH_PATHS = $(inherited) USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/external/libtheora/lib" "$(SRCROOT)/external/libtheora/include/**" WARNING_CFLAGS = -Wno-parentheses // Silence warnings that are not ours +WARNING_CFLAGS[arch=i386] = $(inherited) -Wno-tautological-compare