From d47d4eb7b71a77d456079511dbc2db4e91e289da Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Tue, 2 Jun 2020 18:42:21 +0100 Subject: enable debugging symbols in makefile --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index ee68145..46e3112 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -184,7 +184,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) endif BASE_CFLAGS = -Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \ - -pipe -DUSE_ICON + -pipe -DUSE_ICON -g3 OPTIMIZEVM = -O3 -funroll-loops -fomit-frame-pointer OPTIMIZE = $(OPTIMIZEVM) -ffast-math -- cgit