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

Commit 4e28d0ed authored by AdityaK's avatar AdityaK Committed by Aditya Kumar
Browse files

Enable hot cold split

Change-Id: I6752ee000bc72c488ab197f6671514c9e5faa2bd
parent a51d0d7d
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{