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

Commit b0394964 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Disable BTI for now."

parents 21095750 c75994d6
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -33,7 +33,9 @@ var (
		},
		"armv8-a-branchprot": []string{
			"-march=armv8-a",
			"-mbranch-protection=standard",
			// Disable BTI until drm vendors stop using OS libraries as sources
			// of gadgets (https://issuetracker.google.com/216395195).
			"-mbranch-protection=pac-ret",
		},
		"armv8-2a": []string{
			"-march=armv8.2-a",