mirror of
https://github.com/transmission/transmission
synced 2025-03-19 02:05:32 +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:
parent
90f8a08794
commit
1f60e2c102
1 changed files with 1 additions and 1 deletions
|
@ -2319,7 +2319,7 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
DEAD_CODE_STRIPPING = YES;
|
||||
DEAD_CODE_STRIPPING = NO;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DEPLOYMENT_POSTPROCESSING = YES;
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
|
|
Loading…
Add table
Reference in a new issue