mirror of
https://github.com/jarun/nnn.git
synced 2025-04-02 11:36:33 +00:00
Merge pull request #1648 from N-R-K/g3_debug
Makefile: use -g3 for debug builds
This commit is contained in:
commit
4c0305f11c
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