Merge "Linker: no demangle." into main
This commit is contained in:
commit
c8a5d7c7df
1 changed files with 1 additions and 0 deletions
|
@ -149,6 +149,7 @@ var (
|
|||
commonGlobalLldflags = []string{
|
||||
"-fuse-ld=lld",
|
||||
"-Wl,--icf=safe",
|
||||
"-Wl,--no-demangle",
|
||||
}
|
||||
|
||||
deviceGlobalCppflags = []string{
|
||||
|
|
Loading…
Reference in a new issue