]> git.sesse.net Git - vlc/commitdiff
macosx/framework: C99 in release mode as well.
authorPierre d'Herbemont <pdherbemont@free.fr>
Fri, 29 Jan 2010 17:06:36 +0000 (18:06 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sat, 30 Jan 2010 11:59:29 +0000 (12:59 +0100)
projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj

index d3811c2591ace80da9d46861d33456564cb34cb3..d9afd031e3a082129fd79ee6df7ecbd9df90175c 100644 (file)
                                DYLIB_COMPATIBILITY_VERSION = 1;
                                DYLIB_CURRENT_VERSION = 1;
                                FRAMEWORK_VERSION = A;
-                               GCC_C_LANGUAGE_STANDARD = c99;
                                GCC_DYNAMIC_NO_PIC = NO;
                                GCC_ENABLE_FIX_AND_CONTINUE = YES;
                                GCC_ENABLE_OBJC_EXCEPTIONS = YES;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+                               GCC_C_LANGUAGE_STANDARD = c99;
                                GCC_ENABLE_OBJC_GC = supported;
                                GCC_VERSION = com.apple.compilers.llvmgcc42;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;
                        isa = XCBuildConfiguration;
                        buildSettings = {
                                ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
+                               GCC_C_LANGUAGE_STANDARD = c99;
                                GCC_ENABLE_OBJC_GC = supported;
                                GCC_VERSION = com.apple.compilers.llvmgcc42;
                                GCC_WARN_ABOUT_RETURN_TYPE = YES;