We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ac202 commit 0924184Copy full SHA for 0924184
GitX.xcodeproj/project.pbxproj
@@ -1659,11 +1659,12 @@
1659
26FC0A890875C7B200E6366F /* Debug */ = {
1660
isa = XCBuildConfiguration;
1661
buildSettings = {
1662
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+ ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1663
+ GCC_C_LANGUAGE_STANDARD = c99;
1664
GCC_ENABLE_OBJC_GC = required;
1665
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
1666
GCC_PREPROCESSOR_DEFINITIONS_NOT_USED_IN_PRECOMPS = DEBUG_BUILD;
- GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1667
+ GCC_VERSION = com.apple.compilers.llvmgcc42;
1668
GCC_WARN_ABOUT_RETURN_TYPE = YES;
1669
GCC_WARN_UNUSED_VARIABLE = YES;
1670
INFOPLIST_PREPROCESS = YES;
0 commit comments