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

Commit 511bd420 authored by Aditya Kumar's avatar Aditya Kumar Committed by Gerrit Code Review
Browse files

Merge "Enable hot cold split" into main

parents 8ec32beb 4e28d0ed
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{