mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 00:20:47 +00:00
The `configure.py` script has an `--debuginfo` option that allows overriding compiler debug information generation, regardless of the build mode. Add a similar option to CMake, and ensure it is set when CMake is invoked from `configure.py` with `--debuginfo` enabled. Signed-off-by: Lakshmi Narayanan Sreethar <lakshmi.sreethar@scylladb.com> Closes scylladb/scylladb#26243