Skip to content

Commit 01db337

Browse files
vertexcliqueAmanieu
authored andcommitted
Disable bootstrap for stage0
1 parent 94cf517 commit 01db337

File tree

1 file changed

+2
-0
lines changed
  • crates/core_arch/src/aarch64

1 file changed

+2
-0
lines changed

crates/core_arch/src/aarch64/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ pub use self::neon::*;
1515
mod crypto;
1616
pub use self::crypto::*;
1717

18+
#[cfg(not(bootstrap))]
1819
mod tme;
20+
#[cfg(not(bootstrap))]
1921
pub use self::tme::*;
2022

2123
mod crc;

0 commit comments

Comments
 (0)