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

This commit is contained in:
Ivan Lozano
2023-06-23 13:08:37 +00:00
committed by Gerrit Code Review

View File

@@ -41,6 +41,7 @@ var (
}
GlobalRustFlags = []string{
"-Z stack-protector=strong",
"-Z remap-cwd-prefix=.",
"-C codegen-units=1",
"-C debuginfo=2",