summaryrefslogtreecommitdiff
path: root/extra/rust/config.toml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rust/config.toml.patch')
-rw-r--r--extra/rust/config.toml.patch16
1 files changed, 13 insertions, 3 deletions
diff --git a/extra/rust/config.toml.patch b/extra/rust/config.toml.patch
index f479499b..56a3375b 100644
--- a/extra/rust/config.toml.patch
+++ b/extra/rust/config.toml.patch
@@ -1,6 +1,16 @@
---- a/config.toml 2019-01-20 19:03:26.718067950 +0100
-+++ b/config.toml 2019-01-20 19:03:52.614834201 +0100
-@@ -25,3 +25,6 @@
+diff -rauN a/config.toml b/config.toml
+--- a/config.toml 2019-09-08 16:33:31.482763985 +0200
++++ b/config.toml 2019-09-08 16:35:23.644130362 +0200
+@@ -19,7 +19,7 @@
+ # https://github.com/rust-lang/rust/issues/47745
+ codegen-units = 1
+
+-debuginfo-level = 2
++debuginfo-level = 1
+
+ channel = "stable"
+
+@@ -27,3 +27,6 @@
[target.x86_64-unknown-linux-gnu]
llvm-config = "/usr/bin/llvm-config"