mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
build: Enable RPC_DOC_CHECK on --enable-debug
This commit is contained in:
@@ -22,7 +22,13 @@
|
||||
#include <variant>
|
||||
#include <vector>
|
||||
|
||||
static constexpr bool DEFAULT_RPC_DOC_CHECK{false};
|
||||
static constexpr bool DEFAULT_RPC_DOC_CHECK{
|
||||
#ifdef RPC_DOC_CHECK
|
||||
true
|
||||
#else
|
||||
false
|
||||
#endif
|
||||
};
|
||||
|
||||
/**
|
||||
* String used to describe UNIX epoch time in documentation, factored out to a
|
||||
|
||||
Reference in New Issue
Block a user