Skip to content

Commit 0924184

Browse files
author
Uwe Hees
committed
Set compiler to LLVM GCC4.2 and build archs to Standard (32bit universal) for the Debug target
1 parent 43ac202 commit 0924184

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

GitX.xcodeproj/project.pbxproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,11 +1659,12 @@
16591659
26FC0A890875C7B200E6366F /* Debug */ = {
16601660
isa = XCBuildConfiguration;
16611661
buildSettings = {
1662-
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
1662+
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1663+
GCC_C_LANGUAGE_STANDARD = c99;
16631664
GCC_ENABLE_OBJC_GC = required;
16641665
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
16651666
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = DEBUG_BUILD;
1666-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1667+
GCC_VERSION = com.apple.compilers.llvmgcc42;
16671668
GCC_WARN_ABOUT_RETURN_TYPE = YES;
16681669
GCC_WARN_UNUSED_VARIABLE = YES;
16691670
INFOPLIST_PREPROCESS = YES;

0 commit comments

Comments
 (0)