Initial commit
This commit is contained in:
5
backend/.cargo/config.toml
Executable file
5
backend/.cargo/config.toml
Executable file
@@ -0,0 +1,5 @@
|
||||
[target.x86_64-unknown-linux-musl]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
|
||||
[build]
|
||||
rustflags = ["-C", "linker=clang"]
|
||||
Reference in New Issue
Block a user