Merge "gsimple-template-names" into main am: 9488eb82d4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2607728 Change-Id: I4a504cd5fed09f7d7e3d3aa5f15f51adb9c8822b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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{}
|
||||||
|
Reference in New Issue
Block a user