From 901c721468d1a30d0968ad3cb72a20eaa9e3fb8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 24 Nov 2020 00:45:25 +0100 Subject: specify debug compilation --- src/Makefile.userprog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.userprog b/src/Makefile.userprog index c9ad8ee..f15ec78 100644 --- a/src/Makefile.userprog +++ b/src/Makefile.userprog @@ -53,7 +53,7 @@ libc.a: $(LIB_OBJ) ranlib $@ librust.a: - make -C $(LIBDIR_RUST) all + make -C $(LIBDIR_RUST) debug cp $(LIBDIR_RUST)/target/debug/librust.a $@ clean:: -- cgit v1.2.1