2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-23 23:03:32 +03:00

Merge pull request #528 from In-line/RemoveStrip

Set stripSymbolTable to false
This commit is contained in:
theAsmodai 2017-09-30 12:31:30 +02:00 committed by GitHub
commit ae28ee69b4
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ rootProject.ext.createGccConfig = { boolean release, BinaryKind binKind ->
linkerOptions: new GccToolchainConfig.LinkerOptions( linkerOptions: new GccToolchainConfig.LinkerOptions(
//interProceduralOptimizations: true, //interProceduralOptimizations: true,
stripSymbolTable: true, stripSymbolTable: false,
staticLibGcc: false, staticLibGcc: false,
//staticIntel: true, //staticIntel: true,
staticLibStdCpp: false, staticLibStdCpp: false,

View File

@ -25,7 +25,7 @@ rootProject.ext.createIccConfig = { boolean release, BinaryKind binKind ->
linkerOptions: new GccToolchainConfig.LinkerOptions( linkerOptions: new GccToolchainConfig.LinkerOptions(
interProceduralOptimizations: true, interProceduralOptimizations: true,
stripSymbolTable: true, stripSymbolTable: false,
staticLibGcc: false, staticLibGcc: false,
staticIntel: true, staticIntel: true,
staticLibStdCpp: false, staticLibStdCpp: false,