Skip to content

Commit 08b2089

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 66c246a commit 08b2089

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.rs

Lines changed: 0 additions & 1 deletion
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)