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:
commit
ae28ee69b4
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user