From 63f4bf95d2d657f44d42bf39d8266a7e36b00d40 Mon Sep 17 00:00:00 2001 From: Valentin Tolmer Date: Sun, 24 Oct 2021 18:28:44 +0900 Subject: [PATCH] build: Enable linking with lld --- config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..f4d28a3 --- /dev/null +++ b/config.toml @@ -0,0 +1,2 @@ +[build] +rustflags = ["-C", "link-arg=-fuse-ld=lld"]