Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 203e6f41 authored by Yi Kong's avatar Yi Kong
Browse files

Add "-Z debug-info-for-profiling" flag for AutoFDO

Test: presubmit
Bug: 195134194
Change-Id: I0133ce99e2d5f415e553f7ae8e2ff93c739d6a32
parent a4fc08d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -55,6 +55,8 @@ var (
	deviceGlobalRustFlags = []string{
		"-C panic=abort",
		"-Z link-native-libraries=no",
		// Generate additional debug info for AutoFDO
		"-Z debug-info-for-profiling",
	}

	deviceGlobalLinkFlags = []string{