2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-04-04 16:49:04 +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(
//interProceduralOptimizations: true,
stripSymbolTable: true,
stripSymbolTable: false,
staticLibGcc: false,
//staticIntel: true,
staticLibStdCpp: false,

View File

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