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

Commit 3a25405a authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar
Browse files

Remove redundant -fexperimental-new-pass-manager

This is now turned on by default (cc/config/clang.go).

Test: N/A
Change-Id: I61bcf2049448b4200ca303ebcad555cc24a43c18
parent a725681e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -27,10 +27,9 @@ import (

var (
	// Add flags to ignore warnings that profiles are old or missing for
	// some functions, and turn on the experimental new pass manager.
	// some functions.
	profileUseOtherFlags = []string{
		"-Wno-backend-plugin",
		"-fexperimental-new-pass-manager",
	}

	globalPgoProfileProjects = []string{