From 844c058f3cac5193813665a972e977c6d20b3c52 Mon Sep 17 00:00:00 2001 From: zerico <71151164+ZERICO2005@users.noreply.github.com> Date: Wed, 4 Mar 2026 15:34:30 -0700 Subject: [PATCH] fixed -D__TICE__=1 --- src/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.mk b/src/common.mk index b1fbdbe7a..5087288f3 100644 --- a/src/common.mk +++ b/src/common.mk @@ -84,7 +84,7 @@ ROOT_DIR := $(dir $(realpath $(call NATIVEPATH,$(lastword $(MAKEFILE_LIST))))) EZCFLAGS := -S -fno-autolink -fno-addrsig -fno-math-errno -ffunction-sections -fdata-sections -ffreestanding EZCFLAGS += -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz -EZCFLAGS += -D_EZ80 -D__TICE__ +EZCFLAGS += -D_EZ80 -D__TICE__=1 EZCFLAGS += -isystem $(call NATIVEPATH,$(ROOT_DIR)libc/include) -I$(call NATIVEPATH,$(ROOT_DIR)ce/include) -I$(call NATIVEPATH,$(ROOT_DIR)fileioc) EZCFLAGS += -mllvm -profile-guided-section-prefix=false -mllvm -z80-gas-style EZCXXFLAGS := $(EZCFLAGS) -fno-exceptions -fno-rtti