Skip to content

Commit

Permalink
Xcode: Fix "duplicate symbols" error in current Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarton committed Dec 7, 2016
1 parent 0dc3c13 commit e9e3df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e9e3df2

Please sign in to comment.