Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 6da1c46

Browse files
committed
patches: silence DWARF2 warnings on linux-next
[skip ci]
1 parent 11794cd commit 6da1c46

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
diff --git a/Makefile b/Makefile
2+
index 9f9015664..ec3be353c 100644
3+
--- a/Makefile
4+
+++ b/Makefile
5+
@@ -810,7 +810,6 @@ DEBUG_CFLAGS += -gsplit-dwarf
6+
else
7+
DEBUG_CFLAGS += -g
8+
endif
9+
-KBUILD_AFLAGS += -Wa,-gdwarf-2
10+
endif
11+
ifdef CONFIG_DEBUG_INFO_DWARF4
12+
DEBUG_CFLAGS += -gdwarf-4

0 commit comments

Comments
 (0)