diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-14 00:20:14 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-14 00:20:14 +0200 |
commit | 6a7eabbfee8c8df1a21f3da6e0fd5643c40ee607 (patch) | |
tree | 4977b44281abe1554a985dea00302c1608df8e7b /Makefile | |
parent | e7bacdee090f62937eba802647b08f1a2657c7d9 (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |