index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-12 17:26:12 +0200 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-03-12 17:26:12 +0200 |
commit | 526573c0fe00ea3a50633aace86e28d8c54dd565 (patch) | |
tree | 4dac94eeeea3614379289259f0e84e1653ec08e3 /extra/rust/config.toml.patch | |
parent | ce4b65ee38e2b9b392574817e718dc015fcfb8dc (diff) |
-rw-r--r-- | extra/rust/config.toml.patch | 17 |
diff --git a/extra/rust/config.toml.patch b/extra/rust/config.toml.patch index d0a351bb..7072338a 100644 --- a/extra/rust/config.toml.patch +++ b/extra/rust/config.toml.patch @@ -1,7 +1,10 @@ -diff -rauN a/config.toml b/config.toml ---- a/config.toml 2023-01-22 09:04:27.684167483 +0100 -+++ b/config.toml 2023-01-22 09:05:53.794297289 +0100 -@@ -6,11 +6,10 @@ +--- a/config.toml 2024-03-12 15:14:24.314876558 +0000 ++++ b/config.toml 2024-03-12 15:19:45.471512723 +0000 +@@ -3,14 +3,14 @@ + + [llvm] + link-shared = true ++link-jobs = 1 [build] target = [ @@ -15,16 +18,16 @@ diff -rauN a/config.toml b/config.toml ] cargo = "/usr/bin/cargo" rustc = "/usr/bin/rustc" -@@ -28,7 +27,7 @@ +@@ -37,7 +37,7 @@ prefix = "/usr" [rust] -debuginfo-level-std = 2 +debuginfo-level-std = 0 channel = "stable" - description = "Arch Linux rust 1:1.66.1-2" + description = "Arch Linux :-" rpath = false -@@ -61,7 +60,7 @@ +@@ -74,7 +74,7 @@ ar = "/usr/bin/gcc-ar" ranlib = "/usr/bin/gcc-ranlib" |