commit | 3d14889c5b5ed5b865b5ed5c80057584c2bc7325 | [log] [tgz] |
---|---|---|
author | Paul Duffin <paulduffin@google.com> | Mon Apr 26 22:03:51 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 26 22:03:51 2021 +0000 |
tree | 5cd8c09af9c59f282715901253c44e95457a6e98 | |
parent | 5fa13b84578625debad3ad7a607e09a620831094 [diff] | |
parent | ba6afd0dbab19efedc5a849ab2bc6f7923ec6ce3 [diff] |
Merge "Allow contents and image_name to be specified together"
diff --git a/rust/config/global.go b/rust/config/global.go index 18776ab..43b49d1 100644 --- a/rust/config/global.go +++ b/rust/config/global.go
@@ -47,6 +47,7 @@ "-C debuginfo=2", "-C opt-level=3", "-C relocation-model=pic", + "-C overflow-checks=on", // Use v0 mangling to distinguish from C++ symbols "-Z symbol-mangling-version=v0", }