From 6a7eabbfee8c8df1a21f3da6e0fd5643c40ee607 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Thu, 14 Oct 2021 00:20:14 +0200 Subject: some fixes Signed-off-by: Toni Uhlig --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3