Skip to content

Commit 63e76b2

Browse files
committed
disable symbols hiding in Mac release builds
1 parent a97c62e commit 63e76b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cocos2d.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3732,6 +3732,7 @@
37323732
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
37333733
ENABLE_NS_ASSERTIONS = NO;
37343734
EXECUTABLE_PREFIX = lib;
3735+
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
37353736
GCC_TREAT_WARNINGS_AS_ERRORS = NO;
37363737
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
37373738
GCC_WARN_UNINITIALIZED_AUTOS = YES;

0 commit comments

Comments
 (0)