Add "-Z debug-info-for-profiling" flag for AutoFDO
Test: presubmit Bug: 195134194 Change-Id: I0133ce99e2d5f415e553f7ae8e2ff93c739d6a32
This commit is contained in:
@@ -55,6 +55,8 @@ var (
|
|||||||
deviceGlobalRustFlags = []string{
|
deviceGlobalRustFlags = []string{
|
||||||
"-C panic=abort",
|
"-C panic=abort",
|
||||||
"-Z link-native-libraries=no",
|
"-Z link-native-libraries=no",
|
||||||
|
// Generate additional debug info for AutoFDO
|
||||||
|
"-Z debug-info-for-profiling",
|
||||||
}
|
}
|
||||||
|
|
||||||
deviceGlobalLinkFlags = []string{
|
deviceGlobalLinkFlags = []string{
|
||||||
|
Reference in New Issue
Block a user