feat: initial commit with build system
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "clang"
|
||||
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
linker = "clang"
|
||||
|
||||
[target.x86_64-unknown-freebsd]
|
||||
linker = "x86_64-unknown-freebsd-clang"
|
||||
Reference in New Issue
Block a user