This commit is contained in:
Dominic Grimm 2023-06-02 16:27:39 +02:00
commit ce49c3df81
No known key found for this signature in database
GPG key ID: B6FFE500AAD54A3A
29 changed files with 3466 additions and 0 deletions

3
.cargo/config Normal file
View file

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