96a45b
diff -up firefox-68.0/config/makefiles/rust.mk.old firefox-68.0/config/makefiles/rust.mk
96a45b
--- firefox-68.0/config/makefiles/rust.mk.old	2019-06-05 10:33:34.290128660 +0200
96a45b
+++ firefox-68.0/config/makefiles/rust.mk	2019-06-05 10:33:59.835052814 +0200
96a45b
@@ -47,7 +47,7 @@ cargo_rustc_flags = $(CARGO_RUSTCFLAGS)
96a45b
 ifndef DEVELOPER_OPTIONS
96a45b
 ifndef MOZ_DEBUG_RUST
96a45b
 # Enable link-time optimization for release builds.
96a45b
-cargo_rustc_flags += -C lto
96a45b
+#cargo_rustc_flags += -C lto
96a45b
 endif
96a45b
 endif
96a45b