6 lines
85 B
TOML
6 lines
85 B
TOML
[build]
|
|
target = "x86_64-unknown-none"
|
|
rustflags = [
|
|
"-Crelocation-model=static"
|
|
]
|