2
0
mirror of https://github.com/rehlds/rehlds.git synced 2024-12-29 08:05:50 +03:00

Set stripSymbolTable to false

This commit is contained in:
In-line 2017-09-29 19:55:05 +04:00
parent cf4a94d8c1
commit 10a6da22a1
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,