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

Commit 184893a8 authored by Ivan Lozano's avatar Ivan Lozano Committed by Gerrit Code Review
Browse files

Merge "rust: Enable stack-protector for Rust modules"

parents 0e48f49e 464f3b38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ var (
	}

	GlobalRustFlags = []string{
		"-Z stack-protector=strong",
		"-Z remap-cwd-prefix=.",
		"-C codegen-units=1",
		"-C debuginfo=2",