index
:
tools.git
some tools
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
Makefile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
)
some fixes
HEAD
master
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat
(limited to 'Makefile')
-rw-r--r--
Makefile
2
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