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

Commit 3ec892af authored by Aditya Kumar's avatar Aditya Kumar Committed by Automerger Merge Worker
Browse files

Merge "Enable hot cold split" into main am: 511bd420 am: 6eb5e6ad

parents 5c91caac 6eb5e6ad
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -170,6 +170,9 @@ var (

		// Emit additional debug info for AutoFDO
		"-fdebug-info-for-profiling",

		// Enable Hot Cold splitting optimization.
		"-mllvm -hot-cold-split=true",
	}

	commonGlobalLldflags = []string{