From acd4eb5d682017e68e924ccb3194bf7919d1f75b Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 27 Oct 2022 02:39:34 +0200 Subject: [PATCH] Debug builds no longer use the ACYCS nonsense. --- src/win/Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/Makefile.mingw b/src/win/Makefile.mingw index 1773198a6..8e0156943 100644 --- a/src/win/Makefile.mingw +++ b/src/win/Makefile.mingw @@ -298,7 +298,7 @@ else endif endif ifeq ($(DEBUG), y) - DFLAGS += -ggdb -DDEBUG -DUSE_ACYCS + DFLAGS += -ggdb -DDEBUG AOPTIM := ifndef COPTIM COPTIM := -Og