aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3ef7cc1..b0a4c69 100644
--- a/Makefile
+++ b/Makefile
@@ -28,8 +28,6 @@ VPATH = $(sort $(dir $(ASM_SOURCES)))
LINKER_SCRIPT = ./src/arch/$(ARCH)/linker.ld
# include --release flag to build optimized code
-# FIXME make the rust core work
-# CARGO_XBUILD_FLAG = -Z build-std=core,alloc
CARGO_XBUILD_FLAG =
ifneq ($(CARGO_XBUILD_FLAG), --release)
RUST_BUILD = debug