mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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.
This commit is contained in:
3
mkosi.extra/root/.gdbinit
Normal file
3
mkosi.extra/root/.gdbinit
Normal file
@@ -0,0 +1,3 @@
|
||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||
|
||||
set debuginfod enabled off
|
||||
Reference in New Issue
Block a user