Module: ngircd.git Branch: master Commit: 4226db873fa01e0c50a48fc8c96605e5420f5732 URL: http://ngircd.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git&a=commit;h=4226d...
Author: Alexander Barton alex@barton.de Date: Sat Oct 9 20:13:54 2010 +0200
Xcode: only build current architecture in "Debug" target
---
contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj index ac3bc6e..5263c9e 100644 --- a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj +++ b/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"; };
ngircd-commits@lists.barton.de