refactor: Remove reporting mode (#5092)

This commit is contained in:
John Freeman
2024-08-28 13:00:50 -05:00
committed by GitHub
parent d9bd75e683
commit 4d7aed84ec
79 changed files with 223 additions and 11710 deletions

View File

@@ -10,8 +10,6 @@ option(assert "Enables asserts, even in release builds" OFF)
option(xrpld "Build xrpld" ON)
option(reporting "Build rippled with reporting mode enabled" OFF)
option(tests "Build tests" ON)
option(unity "Creates a build using UNITY support in cmake. This is the default" ON)