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