asterinas/framework/libs/boot-wrapper/wrapper/.cargo/config.toml

10 lines
216 B
TOML

[target.x86_64-unknown-none]
rustflags = [
"-Ccode-model=kernel",
"-Crelocation-model=pie",
"-Ctarget-feature=+crt-static",
"-Zplt=yes",
"-Zrelax-elf-relocations=yes",
"-Zrelro-level=full",
]