aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-14 00:20:14 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-14 00:20:14 +0200
commit6a7eabbfee8c8df1a21f3da6e0fd5643c40ee607 (patch)
tree4977b44281abe1554a985dea00302c1608df8e7b /Makefile
parente7bacdee090f62937eba802647b08f1a2657c7d9 (diff)
some fixesHEADmaster
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 303756c..0e8af02 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ INSTALL_DIR := install -d
INSTALL_BIN := install -s
CFLAGS := -Wall -ffunction-sections -fdata-sections -ffast-math -fomit-frame-pointer -fexpensive-optimizations -Wl,--gc-sections
ifneq ($(strip $(DEBUG)),)
-CFLAGS += -Og -g
+CFLAGS += -Og -g3
ifneq ($(strip $(DEBUG_ASAN)),)
CFLAGS += -fsanitize=address -fsanitize=pointer-compare -fsanitize=pointer-subtract -fsanitize=leak -fsanitize=undefined
endif