summary refs log tree commit diff
path: root/contrib
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2016-12-08 00:56:39 +0100
committerAlexander Barton <alex@barton.de>2016-12-08 00:56:39 +0100
commite9e3df27b70b7d3c7de2f0208431c8b8803a4da9 (patch)
tree9ed3db339060c188b8ede9ec657e0fed3483517c /contrib
parent0dc3c134697444e1470c87c6f22211ba220ec4ec (diff)
downloadngircd-e9e3df27b70b7d3c7de2f0208431c8b8803a4da9.tar.gz
ngircd-e9e3df27b70b7d3c7de2f0208431c8b8803a4da9.zip
Xcode: Fix "duplicate symbols" error in current Xcode
Diffstat (limited to 'contrib')
-rw-r--r--contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
index a69eea3c..91bfa7d1 100644
--- a/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
+++ b/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
@@ -754,7 +754,7 @@
 				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
 				CODE_SIGN_IDENTITY = "";
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
-				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_NO_COMMON_BLOCKS = NO;
 				GCC_VERSION = "";
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
 				GCC_WARN_ABOUT_RETURN_TYPE = YES;
@@ -783,7 +783,7 @@
 				ENABLE_STRICT_OBJC_MSGSEND = YES;
 				ENABLE_TESTABILITY = YES;
 				GCC_DEBUGGING_SYMBOLS = full;
-				GCC_NO_COMMON_BLOCKS = YES;
+				GCC_NO_COMMON_BLOCKS = NO;
 				GCC_OPTIMIZATION_LEVEL = 0;
 				GCC_VERSION = "";
 				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;