Merge "gsimple-template-names" into main
This commit is contained in:
commit
9488eb82d4
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ var (
|
||||||
|
|
||||||
// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
|
// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
|
||||||
"-ffp-contract=off",
|
"-ffp-contract=off",
|
||||||
|
|
||||||
|
// Using simple template names reduces the size of debug builds.
|
||||||
|
"-gsimple-template-names",
|
||||||
}
|
}
|
||||||
|
|
||||||
commonGlobalConlyflags = []string{}
|
commonGlobalConlyflags = []string{}
|
||||||
|
|
Loading…
Reference in a new issue