We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2603c81 commit 3a6c2acCopy full SHA for 3a6c2ac
1 file changed
os/Makefile
@@ -52,7 +52,7 @@ fs-img: $(APPS)
52
53
kernel:
54
@echo Platform: $(BOARD)
55
- @cargo build --release
+ @cargo build $(MODE_ARG)
56
57
clean:
58
@cargo clean
0 commit comments