Skip to content

Commit a7e0546

Browse files
Merge pull request #1035 from collinjackson/fix_spritebuilder_release_builds
Fix SpriteBuilder release builds
2 parents a97c62e + 63e76b2 commit a7e0546

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)