commit 4226db873fa01e0c50a48fc8c96605e5420f5732 from: Alexander Barton date: Sat Oct 09 18:13:54 2010 UTC Xcode: only build current architecture in "Debug" target commit - f5790436710adcbe0fd399d4b5ba3a8603876413 commit + 4226db873fa01e0c50a48fc8c96605e5420f5732 blob - ac3bc6e681fc5371251e9261a4f1ce5c1f6d29ca blob + 5263c9e439334ff1607c4a605a1b42140a23a90c --- contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj +++ contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj @@ -768,6 +768,7 @@ 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; @@ -787,6 +788,7 @@ 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"; };