9 lines
177 B
TOML
9 lines
177 B
TOML
[build]
|
|
target = "x86_64-unknown-none"
|
|
|
|
[target.x86_64-unknown-none]
|
|
rustflags = [
|
|
"-C", "code-model=small",
|
|
"-C", "relocation-model=static",
|
|
"-C", "no-redzone=y",
|
|
] |