mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
* CMake defaults CMAKE_CXX_FLAGS_RELEASE, etc. to include defining NDEBUG, regardless of other options set elsewhere, for most or all generators. This change explicitly removes that flag from the relevant variables. * Also move the project command earlier, since it wipes out some local changes.