Add assembler to release mode, fix whitespace

This commit is contained in:
zongor 2025-09-23 23:10:46 -07:00
parent 2b8b6c38e4
commit fe921a1050
2 changed files with 11 additions and 9 deletions

View File

@ -76,7 +76,9 @@ VM_SOURCES := \
ifeq ($(BUILD_MODE), release)
PLATFORM_SOURCE := $(ARCH_DIR)/main.c \
$(ARCH_DIR)/devices.c
$(ARCH_DIR)/devices.c\
$(SRC_DIR)/tools/parser.c \
$(SRC_DIR)/tools/assembler.c
else
PLATFORM_SOURCE := $(ARCH_DIR)/main.c \
$(ARCH_DIR)/devices.c \