mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
build: Enable RPC_DOC_CHECK on --enable-debug
This commit is contained in:
parent
bb83aba6c9
commit
fafae678f6
2 changed files with 8 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue