Skip to content

Commit 9cf85e8

Browse files
committed
makefile: default to cargo debug build
we should define debug and release targets, but hardcoding in makefile for now. Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
1 parent 3ade669 commit 9cf85e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ASMOBJFORMAT = elf64
2121
ASMFLAGS = -w-zeroing
2222
LINKER_SCRIPT = ./defs/$(ARCH)-linker.ld
2323
CARGO_XBUILD_TARGET = ./defs/$(ARCH)-rustubs.json
24-
CARGO_XBUILD_FLAGS = --release
24+
CARGO_XBUILD_FLAGS =
2525
# ---------- No need to edit below this line --------------
2626
# ---------- If you have to, something is wrong -----------
2727
LDFLAGS = -no-warn-rwx-segment -static -e startup

0 commit comments

Comments
 (0)