$OpenBSD: patch-config_makefiles_rust_mk,v 1.4 2021/09/08 08:39:39 landry Exp $

try to consume less memory when linking gkrust with debug symbols ?

Index: config/makefiles/rust.mk
--- config/makefiles/rust.mk.orig
+++ config/makefiles/rust.mk
@@ -70,7 +70,7 @@ ifndef MOZ_DEBUG_RUST
 # gkrust_gtest. And not when doing cross-language LTO.
 ifndef MOZ_LTO_RUST_CROSS
 ifeq (,$(findstring gkrust_gtest,$(RUST_LIBRARY_FILE)))
-cargo_rustc_flags += -Clto
+cargo_rustc_flags += -Clto=thin
 endif
 # We need -Cembed-bitcode=yes for all crates when using -Clto.
 RUSTFLAGS += -Cembed-bitcode=yes
