diff options
author | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:22:49 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-10-07 10:22:49 +0200 |
commit | 2875cd508de555b42c81e91af5e335c880072f92 (patch) | |
tree | f5713b713423057df097cb5b7a29e667f2313c44 /build-disable-multijobs-rust.patch | |
parent | Added pgo build fix (diff) | |
download | librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.gz librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.tar.bz2 librewolf-fedora-ff-2875cd508de555b42c81e91af5e335c880072f92.zip |
Enabled LTO, added build fixes, removed unused patches
Diffstat (limited to 'build-disable-multijobs-rust.patch')
-rw-r--r-- | build-disable-multijobs-rust.patch | 14 |
1 files changed, 0 insertions, 14 deletions
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) - |