commit | 184893a851c0a1ea68702dfdb887839c4c5d12b2 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Fri Jun 23 13:08:37 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 23 13:08:37 2023 +0000 |
tree | 57053c1cc6a45fff92cf56f4de0ce62ff096529a | |
parent | 0e48f49e49f4fd003c3d4b6f2f3750c264dd8ca6 [diff] | |
parent | 464f3b381eac9bdf6957f7d6ad23e8a4569c38cd [diff] |
Merge "rust: Enable stack-protector for Rust modules"
diff --git a/rust/config/global.go b/rust/config/global.go index f838d0e..d844a25 100644 --- a/rust/config/global.go +++ b/rust/config/global.go
@@ -41,6 +41,7 @@ } GlobalRustFlags = []string{ + "-Z stack-protector=strong", "-Z remap-cwd-prefix=.", "-C codegen-units=1", "-C debuginfo=2",