From ad63c250a71445a932c07ed93a6d36faa3ee4be7 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Mon, 6 Jun 2011 17:36:29 -0400 Subject: [PATCH] [Xcode4] LLVM Now if only we can stop this asm constraint thing... --- Xcode/stepmania_xcode4.xcodeproj/project.pbxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Xcode/stepmania_xcode4.xcodeproj/project.pbxproj b/Xcode/stepmania_xcode4.xcodeproj/project.pbxproj index 726a813101..20ef00e57c 100644 --- a/Xcode/stepmania_xcode4.xcodeproj/project.pbxproj +++ b/Xcode/stepmania_xcode4.xcodeproj/project.pbxproj @@ -7739,7 +7739,7 @@ GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_OPTIMIZATION_LEVEL = 3; - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; GCC_WARN_SHADOW = NO; GCC_WARN_SIGN_COMPARE = YES; @@ -8039,7 +8039,7 @@ AA7A2BBE0AE09D4E0054C5BA /* Native */ = { isa = XCBuildConfiguration; buildSettings = { - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; PRODUCT_NAME = "all lua"; }; name = Native; @@ -8051,7 +8051,7 @@ GCC_DYNAMIC_NO_PIC = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; PRODUCT_NAME = "all lua"; }; name = Debug; @@ -8358,7 +8358,7 @@ GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_OPTIMIZATION_LEVEL = 3; - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; GCC_WARN_SHADOW = NO; GCC_WARN_SIGN_COMPARE = YES; @@ -8490,7 +8490,7 @@ AABF4DC10CD37960005A3060 /* PerformanceDebug */ = { isa = XCBuildConfiguration; buildSettings = { - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; PRODUCT_NAME = "all lua"; }; name = PerformanceDebug; @@ -8537,7 +8537,7 @@ GCC_ENABLE_FIX_AND_CONTINUE = NO; GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_OPTIMIZATION_LEVEL = 3; - GCC_VERSION = 4.2; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; GCC_WARN_SHADOW = NO; GCC_WARN_SIGN_COMPARE = YES;