mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-26 19:03:27 +00:00
Adjust for Rust unstable feature's stability change
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5c524348de
commit
ab1d931cb7
@ -205,7 +205,7 @@ fn build_kernel_elf(
|
||||
&env_rustflags,
|
||||
&rustc_linker_script_arg,
|
||||
"-C relocation-model=static",
|
||||
"-Z relro-level=off",
|
||||
"-C relro-level=off",
|
||||
// We do not really allow unwinding except for kernel testing. However, we need to specify
|
||||
// this to show backtraces when panicking.
|
||||
"-C panic=unwind",
|
||||
|
Reference in New Issue
Block a user