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