mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 20:16:43 +00:00
this preserves the existing behavior of `configure.py` in the CMake generated `build.ninja`. * configure.py: map 'release' to 'RelWithDebInfo' * cmake: rename cmake/mode.Release.cmake to cmake/mode.RelWithDebInfo.cmake * CMakeLists.txt: s/Release/RelWithDebInfo/ Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>