Disable bootstrap for stage0

This commit is contained in:
Mahmut Bulut 2020-05-29 21:54:44 +02:00 committed by Amanieu d'Antras
parent 4541757677
commit f4cdbb3005

View file

@ -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;