From b978ba09ca1d0a1c07839c1dfb0b10df2f011795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Thu, 25 Aug 2022 14:53:59 +0200 Subject: Use _DEBUG instead of DEBUG. This is what Visual Studio uses for its debug builds by default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5d18cc..50f5e00 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ OBJ += b/win.obj CC = gcc CFLAGS = -DUNICODE -D_UNICODE -CFLAGS += -DDEBUG +CFLAGS += -D_DEBUG CFLAGS += -std=c++17 -mwindows -O0 CFLAGS += -IC:/msys64/mingw64/include/libxml2 CFLAGS += -Wall -Wextra -Wpedantic -Wno-missing-field-initializers -Wno-parentheses -- cgit v1.2.3