[arch-commits] Commit in rust/trunk (config.toml)

Johannes Löthberg demize at archlinux.org
Sat Sep 28 14:10:07 UTC 2019


    Date: Saturday, September 28, 2019 @ 14:10:05
  Author: demize
Revision: 363510

config.toml: Remove codegen-units

Without codegen-units=1 the builds are a lot faster.  If it turns out that it
significantly impacts the generated code we can revert this.

Modified:
  rust/trunk/config.toml

-------------+
 config.toml |    4 ----
 1 file changed, 4 deletions(-)

Modified: config.toml
===================================================================
--- config.toml	2019-09-28 14:07:56 UTC (rev 363509)
+++ config.toml	2019-09-28 14:10:05 UTC (rev 363510)
@@ -15,10 +15,6 @@
 prefix = "/usr"
 
 [rust]
-# 0 or the new default of 16 is faster, but can result in worse performance
-# https://github.com/rust-lang/rust/issues/47745
-codegen-units = 1
-
 debuginfo-level = 2
 
 channel = "stable"



More information about the arch-commits mailing list