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