We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2154aca commit 61f2b7cCopy full SHA for 61f2b7c
scripts/Makefile.debug
@@ -1,9 +1,7 @@
1
-DEBUG_CFLAGS :=
+DEBUG_CFLAGS := -g
2
3
ifdef CONFIG_DEBUG_INFO_SPLIT
4
DEBUG_CFLAGS += -gsplit-dwarf
5
-else
6
-DEBUG_CFLAGS += -g
7
endif
8
9
ifndef CONFIG_AS_IS_LLVM
0 commit comments