summaryrefslogtreecommitdiffstats
path: root/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2020-07-24 18:44:56 +0000
committer Eric Hameleers <alien@slackware.com>2020-07-25 08:59:54 +0200
commitdae94cb773bd28a3ab07cd34de360fa86d2de064 (patch)
tree91d24097e5624a9a873a3820c242bd9b8155b7cc /source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff
parent8a9666da9b321efae41da18c81ada6407ac715ce (diff)
downloadcurrent-dae94cb773bd28a3ab07cd34de360fa86d2de064.tar.gz
current-dae94cb773bd28a3ab07cd34de360fa86d2de064.tar.xz
Fri Jul 24 18:44:56 UTC 202020200724184456
ap/vim-8.2.1288-x86_64-1.txz: Upgraded. d/oprofile-1.4.0-x86_64-1.txz: Upgraded. xap/vim-gvim-8.2.1288-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff')
-rw-r--r--source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff b/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff
new file mode 100644
index 000000000..9d1586f0b
--- /dev/null
+++ b/source/xap/mozilla-thunderbird/thunderbird.rust-1.45.diff
@@ -0,0 +1,12 @@
+--- ./config/makefiles/rust.mk.orig 2020-07-24 12:54:18.411119017 -0500
++++ ./config/makefiles/rust.mk 2020-07-24 12:55:50.335121073 -0500
+@@ -47,7 +47,9 @@
+ ifndef DEVELOPER_OPTIONS
+ ifndef MOZ_DEBUG_RUST
+ # Enable link-time optimization for release builds.
++# Pass -Clto and CARGO_PROFILE_RELEASE_LTO=true.
+ cargo_rustc_flags += -C lto
++export CARGO_PROFILE_RELEASE_LTO=true
+ endif
+ endif
+