Debug builds no longer use the ACYCS nonsense.

This commit is contained in:
OBattler
2022-10-27 02:39:34 +02:00
parent 50de31e098
commit acd4eb5d68

View File

@@ -298,7 +298,7 @@ else
endif
endif
ifeq ($(DEBUG), y)
DFLAGS += -ggdb -DDEBUG -DUSE_ACYCS
DFLAGS += -ggdb -DDEBUG
AOPTIM :=
ifndef COPTIM
COPTIM := -Og