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

Commit 78e5ee0b authored by Ivan Lozano's avatar Ivan Lozano
Browse files

Remove rust execute-only memory linker flag.

With kernel support being removed for execute-only memory layouts,
remove support for XOM until there's kernel support again.

Bug: 153457617
Test: Rust binaries no longer have execute-only text sections.
Change-Id: I19cfb5b347a1f44394a619e17bb0c057c09e76a9
parent 0d4b9e32
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@ var (
		"-Wl,--icf=safe",
		"-Wl,-z,max-page-size=4096",

		"-Wl,--execute-only",
		"-Wl,-z,separate-code",
	}