From 2875cd508de555b42c81e91af5e335c880072f92 Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 7 Oct 2020 10:22:49 +0200 Subject: Enabled LTO, added build fixes, removed unused patches --- build-disable-multijobs-rust.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 build-disable-multijobs-rust.patch (limited to 'build-disable-multijobs-rust.patch') diff --git a/build-disable-multijobs-rust.patch b/build-disable-multijobs-rust.patch deleted file mode 100644 index 82da56b..0000000 --- a/build-disable-multijobs-rust.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/config/makefiles/rust.mk b/config/makefiles/rust.mk ---- a/config/makefiles/rust.mk -+++ b/config/makefiles/rust.mk -@@ -10,6 +10,10 @@ - # commands can be executed directly by make, without doing a round-trip - # through a shell. - -+MOZ_MAKE_FLAGS := $(filter-out -j%,$(MAKEFLAGS)) -+MAKEFLAGS += -j1 -+ -+ - cargo_host_flag := --target=$(RUST_HOST_TARGET) - cargo_target_flag := --target=$(RUST_TARGET) - -- cgit