Merge "Linker: no demangle." into main

This commit is contained in:
Steven Moreland 2023-07-27 18:19:09 +00:00 committed by Gerrit Code Review
commit c8a5d7c7df

View file

@ -149,6 +149,7 @@ var (
commonGlobalLldflags = []string{
"-fuse-ld=lld",
"-Wl,--icf=safe",
"-Wl,--no-demangle",
}
deviceGlobalCppflags = []string{