summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:11:05 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-08 13:11:05 -0400
commitf251a13351647a754431fb049ca8046f2a4df868 (patch)
tree738f0114bdd260bf918956adf9c9e13bbbf5db3c
parentb8cd37951b4b2a83b5fd602788478bfb6dff324f (diff)
make: Remove `-enum int` from `CFLAGS_BASE`
This will be needed for the next commit.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdd5c9a..56c9c05 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ LDFLAGS := -fp hard -nodefaults
ASFLAGS := -mgekko $(ASM_INCLUDES)
-CFLAGS_BASE := -I- $(INCLUDES) $(TEST_LD) -nodefaults -proc gekko -fp hard -O4 -use_lmw_stmw on -enum int -str reuse -rostr -sdata2 4
+CFLAGS_BASE := -I- $(INCLUDES) $(TEST_LD) -nodefaults -proc gekko -fp hard -O4 -use_lmw_stmw on -str reuse -rostr -sdata2 4
CFLAGS := $(CFLAGS_BASE)
CXXFLAGS := $(CFLAGS_BASE) -Cpp_exceptions off -RTTI off