Skip to content

Commit 4db7ab8

Browse files
author
Breckin Loggins
committed
Don't emit dSYM files for java targets (allows building cocos2d-tests-android in RELEASE configuration)
1 parent 3fe1f5f commit 4db7ab8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cocos2d-ios.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2590,7 +2590,6 @@
25902590
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
25912591
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
25922592
COPY_PHASE_STRIP = YES;
2593-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
25942593
ENABLE_NS_ASSERTIONS = NO;
25952594
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
25962595
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;

cocos2d-tests-android/Headless.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,6 @@
10651065
5B89B01819462F5900CD2A5E /* Release */ = {
10661066
isa = XCBuildConfiguration;
10671067
buildSettings = {
1068-
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10691068
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
10701069
MACOSX_DEPLOYMENT_TARGET = "$(inherited)";
10711070
OTHER_LDFLAGS = "";

0 commit comments

Comments
 (0)