diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-19 11:32:51 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-20 20:09:35 +0100 |
commit | 7337f4b1972a099714d596a5d0e7e26f7f2dab48 (patch) | |
tree | 6106d92cfc05e1be53a7f04780869945fc36901c /mkosi.conf.d | |
parent | docs: Move fuzzers documentation to test README.md (diff) | |
download | systemd-7337f4b1972a099714d596a5d0e7e26f7f2dab48.tar.xz systemd-7337f4b1972a099714d596a5d0e7e26f7f2dab48.zip |
mkosi: Add gdb to tools tree
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/05-tools/mkosi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.conf.d/05-tools/mkosi.conf b/mkosi.conf.d/05-tools/mkosi.conf index 15c336a304..322851b627 100644 --- a/mkosi.conf.d/05-tools/mkosi.conf +++ b/mkosi.conf.d/05-tools/mkosi.conf @@ -3,6 +3,7 @@ [Build] ToolsTreePackages= gcc + gdb gperf lcov llvm |