diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-07 21:23:37 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-07 21:24:57 +0200 |
commit | 2561e2a35601383bfba30da58d378303cb9e39aa (patch) | |
tree | 16ba51e63431bb15a031e49f303239647f6bcf1f /mkosi.extra | |
parent | Merge pull request #33951 from DaanDeMeyer/nspawn (diff) | |
download | systemd-2561e2a35601383bfba30da58d378303cb9e39aa.tar.xz systemd-2561e2a35601383bfba30da58d378303cb9e39aa.zip |
mkosi: Disable debuginfod
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.
Diffstat (limited to 'mkosi.extra')
-rw-r--r-- | mkosi.extra/root/.gdbinit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkosi.extra/root/.gdbinit b/mkosi.extra/root/.gdbinit new file mode 100644 index 0000000000..e576a26803 --- /dev/null +++ b/mkosi.extra/root/.gdbinit @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +set debuginfod enabled off |