From f4a540629f3a7b16cda55eda3de64b68555981a6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 28 Oct 2018 23:31:47 +0300 Subject: [PATCH] bootstrap-config.toml --- programming/language/rust/files/bootstrap-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programming/language/rust/files/bootstrap-config.toml b/programming/language/rust/files/bootstrap-config.toml index b52acb7bed..f6da67a981 100755 --- a/programming/language/rust/files/bootstrap-config.toml +++ b/programming/language/rust/files/bootstrap-config.toml @@ -10,6 +10,8 @@ sanitizers = false prefix = "/usr" [rust] +codegen-units = 1 + debuginfo = true debuginfo-lines = true