]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Disable debuginfod
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 7 Aug 2024 19:23:37 +0000 (21:23 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 7 Aug 2024 19:24:57 +0000 (21:24 +0200)
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.

mkosi.extra/root/.gdbinit [new file with mode: 0644]

diff --git a/mkosi.extra/root/.gdbinit b/mkosi.extra/root/.gdbinit
new file mode 100644 (file)
index 0000000..e576a26
--- /dev/null
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+set debuginfod enabled off