This commit is contained in:
2026-03-05 04:07:53 +01:00
parent 08c1d0c605
commit ef594e1c0b
72 changed files with 3235 additions and 3684 deletions

3
crete/.cargo/config.toml Normal file
View File

@@ -0,0 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]