diff options
| author | Alexander Barton <alex@barton.de> | 2010-10-09 20:13:54 +0200 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2010-10-09 20:13:54 +0200 |
| commit | 4226db873fa01e0c50a48fc8c96605e5420f5732 (patch) | |
| tree | 5bc9635eb01fc28e7c00d69ca18ae2e86f5c8723 /contrib | |
| parent | f5790436710adcbe0fd399d4b5ba3a8603876413 (diff) | |
| download | ngircd-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.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 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"; }; |