On 1/14/26 20:01, Alex Bennée wrote:
Thomas Huth <[email protected]> writes:
From: Thomas Huth <[email protected]>
Since --gdb has recently been added to meson_options.txt, the help
text shows up twice in the output of "./configure --help":
$ ./configure --help | grep gdb
--gdb=GDB-path gdb to use for gdbstub tests [/usr/bin/gdb]
--gdb=VALUE Path to GDB
It's a shame to loose the default value - is there anyway for the meson
version to show the auto-detected value?
Maybe we can drop this line from meson but keep it in ./configure?
/mjt