From 744d1873856f55920aac96d207f8c170610de500 Mon Sep 17 00:00:00 2001 From: Alexey Gavrilov Date: Sun, 31 Mar 2024 15:37:18 +0700 Subject: Makefile updates --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index ef46637..439c42e 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ SOURCE_FILES = $(CFILES) $(AFILES) OBJ_FILES = $(addprefix $(BDIR)/, $(addsuffix .o, $(basename $(SOURCE_FILES)))) INCLUDE = ./include -ifeq ($(DEBUG), true) +ifdef DEBUG CFLAGS := -g3 $(CFLAGS) AFLAGS := -g $(AFLAGS) QEMUFLAGS := -s -S $(QEMUFLAGS) -- cgit v1.2.3