about summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2010-10-09 20:13:54 +0200
committerAlexander Barton <alex@barton.de>2010-10-09 20:13:54 +0200
commit4226db873fa01e0c50a48fc8c96605e5420f5732 (patch)
tree5bc9635eb01fc28e7c00d69ca18ae2e86f5c8723 /contrib
parentf5790436710adcbe0fd399d4b5ba3a8603876413 (diff)
downloadngircd-4226db873fa01e0c50a48fc8c96605e5420f5732.tar.gz
ngircd-4226db873fa01e0c50a48fc8c96605e5420f5732.zip
Xcode: only build current architecture in "Debug" target
Diffstat (limited to 'contrib')
-rw-r--r--contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
index ac3bc6e6..5263c9e4 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";
 			};