1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-03-19 18:25:38 +00:00

disable dead-code stripping - the space saved was trivial if any, and I'm suspicious that it might cause other problems

This commit is contained in:
Mitchell Livingston 2009-01-27 00:45:06 +00:00
parent 90f8a08794
commit 1f60e2c102

View file

@ -2319,7 +2319,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)"; ARCHS = "$(ARCHS_STANDARD_32_BIT)";
DEAD_CODE_STRIPPING = YES; DEAD_CODE_STRIPPING = NO;
DEBUG_INFORMATION_FORMAT = dwarf; DEBUG_INFORMATION_FORMAT = dwarf;
DEPLOYMENT_POSTPROCESSING = YES; DEPLOYMENT_POSTPROCESSING = YES;
GCC_C_LANGUAGE_STANDARD = gnu99; GCC_C_LANGUAGE_STANDARD = gnu99;