commit | dc554b218d43cd92dbb028c9ef39a8fce7cbb9a6 | [log] [tgz] |
---|---|---|
author | Ivan Lozano <ivanlozano@google.com> | Tue Jul 09 17:35:14 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Jul 09 17:35:14 2024 +0000 |
tree | fb385a1190fd9ff74c4099da6af6558a7387834d | |
parent | ad111586a760e1033cef000da27de1be88c96df3 [diff] | |
parent | b31d8e8067afa98e8b3557d545bd57c1f5b0bab6 [diff] |
Merge "Disable dsymutil usage on Darwin host" into main
diff --git a/rust/config/darwin_host.go b/rust/config/darwin_host.go index 03bea82..a4bc187 100644 --- a/rust/config/darwin_host.go +++ b/rust/config/darwin_host.go
@@ -21,7 +21,7 @@ ) var ( - DarwinRustFlags = []string{} + DarwinRustFlags = []string{"-C split-debuginfo=off"} DarwinRustLinkFlags = []string{ "-B${cc_config.MacToolPath}", }