]> arthur.barton.de Git - ngircd-alex.git/commitdiff
Xcode: only build current architecture in "Debug" target
authorAlexander Barton <alex@barton.de>
Sat, 9 Oct 2010 18:13:54 +0000 (20:13 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 9 Oct 2010 18:13:54 +0000 (20:13 +0200)
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj

index ac3bc6e681fc5371251e9261a4f1ce5c1f6d29ca..5263c9e439334ff1607c4a605a1b42140a23a90c 100644 (file)
                FAB0570D105D917F006AF9E2 /* Debug */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               ARCHS = "$(NATIVE_ARCH_ACTUAL)";
                                GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
                                GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
                                GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
                                GCC_WARN_UNUSED_PARAMETER = YES;
                                GCC_WARN_UNUSED_VALUE = YES;
                                INSTALL_PATH = /usr/local/bin;
+                               ONLY_ACTIVE_ARCH = YES;
                                PRODUCT_NAME = ngIRCd;
                                SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk";
                        };