Skip to content

Commit 7bfc362

Browse files
committed
asm: Always compile assembly code
As our assembly is just text and data that is not normally run during tests, always compile the code. This makes build/linking failures more apparent, even if the sections will usually be garbage collected. Signed-off-by: Joe Richey <[email protected]>
1 parent f4c3f32 commit 7bfc362

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ mod serial;
3131
#[macro_use]
3232
mod common;
3333

34-
#[cfg(not(test))]
3534
mod asm;
3635
mod block;
3736
mod boot;

0 commit comments

Comments
 (0)