Disable bootstrap for stage0
This commit is contained in:
parent
4541757677
commit
f4cdbb3005
1 changed files with 2 additions and 0 deletions
|
|
@ -15,7 +15,9 @@ pub use self::neon::*;
|
|||
mod crypto;
|
||||
pub use self::crypto::*;
|
||||
|
||||
#[cfg(not(bootstrap))]
|
||||
mod tme;
|
||||
#[cfg(not(bootstrap))]
|
||||
pub use self::tme::*;
|
||||
|
||||
mod crc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue