Fix debugging.
This commit is contained in:
@@ -6154,7 +6154,7 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = AA8B8C49091F48C000D14C5F /* product.xcconfig */;
|
baseConfigurationReference = AA8B8C49091F48C000D14C5F /* product.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
COPY_PHASE_STRIP = YES;
|
COPY_PHASE_STRIP = NO;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
FRAMEWORK_SEARCH_PATHS = (
|
FRAMEWORK_SEARCH_PATHS = (
|
||||||
"$(SRCROOT)/Frameworks",
|
"$(SRCROOT)/Frameworks",
|
||||||
@@ -6221,7 +6221,7 @@
|
|||||||
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
|
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
|
||||||
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
|
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
|
||||||
OBJROOT = "$(SRCROOT)/build";
|
OBJROOT = "$(SRCROOT)/build";
|
||||||
ONLY_LINK_ESSENTIAL_SYMBOLS = YES;
|
ONLY_LINK_ESSENTIAL_SYMBOLS = NO;
|
||||||
OTHER_CPLUSPLUSFLAGS = (
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
"-finline-limit=300",
|
"-finline-limit=300",
|
||||||
"-fconstant-cfstrings",
|
"-fconstant-cfstrings",
|
||||||
@@ -6529,7 +6529,7 @@
|
|||||||
LIBRARY_STYLE = Bundle;
|
LIBRARY_STYLE = Bundle;
|
||||||
MACOSX_DEPLOYMENT_TARGET = 10.2;
|
MACOSX_DEPLOYMENT_TARGET = 10.2;
|
||||||
OBJROOT = "$(SRCROOT)/build";
|
OBJROOT = "$(SRCROOT)/build";
|
||||||
ONLY_LINK_ESSENTIAL_SYMBOLS = YES;
|
ONLY_LINK_ESSENTIAL_SYMBOLS = NO;
|
||||||
OTHER_CPLUSPLUSFLAGS = (
|
OTHER_CPLUSPLUSFLAGS = (
|
||||||
"-finline-limit=300",
|
"-finline-limit=300",
|
||||||
"-fconstant-cfstrings",
|
"-fconstant-cfstrings",
|
||||||
|
|||||||
Reference in New Issue
Block a user