From 38b4eb6a321b549a7c0b0bdc18401fc348c83c86 Mon Sep 17 00:00:00 2001 From: core Date: Sun, 16 Nov 2025 16:15:09 -0500 Subject: [PATCH] feat: fix things --- .cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index e729cc17e041092fa8a3484da17f39e083d1a5fb..f8e800027a55eb56620da3ccb99bb764c90a6363 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -2,8 +2,8 @@ xtask = "run --release --package xtask --" [target.x86_64-unknown-linux-gnu] -linker = "clang" +#linker = "mold" rustflags = ["-C", "link-arg=-fuse-ld=mold"] [target.wasm32-unknown-unknown] -rustflags = ['--cfg', 'getrandom_backend="wasm_js"'] \ No newline at end of file +rustflags = ['--cfg', 'getrandom_backend="wasm_js"']