mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-25 10:23:23 +00:00
Adjust for Rust unstable feature's stability change
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5c524348de
commit
ab1d931cb7
@ -8,7 +8,6 @@
|
||||
//! currently not needed by Asterinas.
|
||||
//!
|
||||
|
||||
#![feature(offset_of)]
|
||||
#![cfg_attr(not(test), no_std)]
|
||||
|
||||
/// Magic stored in the boot protocol header.
|
||||
|
@ -5,5 +5,5 @@ rustflags = [
|
||||
"-Ctarget-feature=+crt-static",
|
||||
"-Zplt=yes",
|
||||
"-Zrelax-elf-relocations=yes",
|
||||
"-Zrelro-level=full",
|
||||
"-Crelro-level=full",
|
||||
]
|
||||
|
Reference in New Issue
Block a user