From 381b472eca19c13dbdd29aa26799e2f4d5dcafc7 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 8 Sep 2023 21:40:09 +0200 Subject: [PATCH] feat: with mold Signed-off-by: kjuulh --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..b0de924 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[target.x86_64-unknown-linux-gnu] +linker = "/usr/bin/clang" +rustflags = ["-C", "link-arg=--ld-path=/usr/bin/mold"]