mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Add +DEBUG to the raw version string for DEBUG builds.
This will show up in the rpc server_info command. There is no impact on the version string for release builds.
This commit is contained in:
committed by
Vinnie Falco
parent
c54aff74b3
commit
81699a0971
@@ -37,6 +37,9 @@ char const* BuildInfo::getRawVersionString ()
|
|||||||
//
|
//
|
||||||
// http://semver.org/
|
// http://semver.org/
|
||||||
//
|
//
|
||||||
|
#ifdef DEBUG
|
||||||
|
"+DEBUG"
|
||||||
|
#endif
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user