From 67160f1a662a84d612012ed18b384118a29968eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 4 Nov 2022 12:07:09 +0100 Subject: [PATCH] Statically link `rustc` with thin LTO --- compiler/rustc_driver/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_driver/Cargo.toml b/compiler/rustc_driver/Cargo.toml index 59e937777483e..2333c4b45f43f 100644 --- a/compiler/rustc_driver/Cargo.toml +++ b/compiler/rustc_driver/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" edition = "2021" [lib] -crate-type = ["dylib"] +crate-type = ["lib"] [dependencies] tracing = { version = "0.1.35" }