From b8f977a8a7ab9d87fa8b5b72288a69f2fedc7455 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Mon, 22 Oct 2018 16:39:36 +0200 Subject: bootstrap: Allow for build libstd to have its own codegen-unit setting. --- config.toml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.toml.example') diff --git a/config.toml.example b/config.toml.example index e8cb0cba6b1..093b8f9e526 100644 --- a/config.toml.example +++ b/config.toml.example @@ -277,6 +277,10 @@ # compiler. #codegen-units = 1 +# Sets the number of codegen units to build the standard library with, +# regardless of what the codegen-unit setting for the rest of the compiler is. +#codegen-units-std = 1 + # Whether or not debug assertions are enabled for the compiler and standard # library. Also enables compilation of debug! and trace! logging macros. #debug-assertions = false -- cgit 1.4.1-3-g733a5