Disable dead code stripping in the Dart framework dylib

This commit is contained in:
Chinmay Garde 2016-02-22 16:44:29 -08:00
parent 81e1f69b9d
commit 9aa06fe53c

View File

@ -512,6 +512,7 @@
9E07CF8F1BE7F4D200BCD8DE /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEAD_CODE_STRIPPING = NO;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
@ -530,6 +531,7 @@
9E07CF901BE7F4D200BCD8DE /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEAD_CODE_STRIPPING = NO;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;