summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIronClawTrem <louie.nutman@gmail.com>2020-06-02 18:42:21 +0100
committerIronClawTrem <louie.nutman@gmail.com>2020-06-02 18:42:21 +0100
commitd47d4eb7b71a77d456079511dbc2db4e91e289da (patch)
tree3281479f185f69cd2d9bfb2465484b78d517e00e
parent06fc3ac48c382ea41a28ce425fe130c7541b892f (diff)
enable debugging symbols in makefile
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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