ccc7a7
diff -up thunderbird-68.11.0/config/makefiles/rust.mk.no-rust-lto thunderbird-68.11.0/config/makefiles/rust.mk
ccc7a7
--- thunderbird-68.11.0/config/makefiles/rust.mk.no-rust-lto	2020-08-04 12:01:08.172071480 +0200
ccc7a7
+++ thunderbird-68.11.0/config/makefiles/rust.mk	2020-08-04 12:26:25.927808414 +0200
ccc7a7
@@ -50,8 +50,8 @@ ifndef MOZ_DEBUG_RUST
ccc7a7
 # Pass -Clto for older versions of rust, and CARGO_PROFILE_RELEASE_LTO=true
ccc7a7
 # for newer ones that support it. Combining the latter with -Clto works, so
ccc7a7
 # set both everywhere.
f9adc4
-cargo_rustc_flags += -C lto
ccc7a7
-export CARGO_PROFILE_RELEASE_LTO=true
f9adc4
+#cargo_rustc_flags += -C lto
ccc7a7
+#export CARGO_PROFILE_RELEASE_LTO=true
f9adc4
 endif
f9adc4
 endif
f9adc4