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:
parent
cf4a94d8c1
commit
10a6da22a1
@ -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,
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user