perf: use mold
Some checks are pending
/ build (push) Waiting to run

This commit is contained in:
🪞👃🪞 2025-09-08 00:31:37 +03:00
parent 5e2e0438a4
commit 86941305a4
7 changed files with 41 additions and 27 deletions

View file

@ -1,4 +1,4 @@
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace"
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg=-fuse-ld=mold"
export RUST_BACKTRACE := "1"
debug := "reset && cargo run --"
@ -19,7 +19,9 @@ default:
bacon:
bacon -s
check:
cargo check
reset && cargo check
build:
reset && cargo build
run:
{{debug}}
run-init: