mirror of
https://github.com/jarun/nnn.git
synced 2025-04-19 03:45:01 +00:00
Makefile: use -g3 for debug builds
-g3 builds additional information such as macro definition and so on.
This commit is contained in:
parent
fe96bd6bc7
commit
ddcf331205
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ endif
|
|||
|
||||
ifeq ($(strip $(O_DEBUG)),1)
|
||||
CPPFLAGS += -DDEBUG
|
||||
CFLAGS += -g
|
||||
CFLAGS += -g3
|
||||
endif
|
||||
|
||||
ifeq ($(strip $(O_NORL)),1)
|
||||
|
|
Loading…
Add table
Reference in a new issue