projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7725496
)
mkosi: Disable debuginfod
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 7 Aug 2024 19:23:37 +0000
(21:23 +0200)
committer
Luca Boccassi
<bluca@debian.org>
Thu, 15 Aug 2024 13:04:41 +0000
(14:04 +0100)
We generally don't care about library debuginfo so let's just disable
debuginfod so it doesn't get in the way when debugging.
We use /root/.gdbinit as the systemwide gdbinit location is distribution
specific.
(cherry picked from commit
2561e2a35601383bfba30da58d378303cb9e39aa
)
mkosi.extra/root/.gdbinit
[new file with mode: 0644]
patch
|
blob
diff --git a/mkosi.extra/root/.gdbinit
b/mkosi.extra/root/.gdbinit
new file mode 100644
(file)
index 0000000..
e576a26
--- /dev/null
+++ b/
mkosi.extra/root/.gdbinit
@@ -0,0
+1,3
@@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+set debuginfod enabled off