Merge pull request #1648 from N-R-K/g3_debug

Makefile: use -g3 for debug builds
This commit is contained in:
Arun 2023-05-15 06:38:03 +05:30 committed by GitHub
commit 4c0305f11c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ endif
ifeq ($(strip $(O_DEBUG)),1)
CPPFLAGS += -DDEBUG
CFLAGS += -g
CFLAGS += -g3
endif
ifeq ($(strip $(O_NORL)),1)