remove most versioning logic except .DEBUG

This commit is contained in:
Richard Holland
2023-01-31 12:44:54 +00:00
parent b0343d0509
commit c4b3e69cec

View File

@@ -36,22 +36,8 @@ namespace BuildInfo {
char const* const versionString = "0.0.0"
// clang-format on
#if defined(DEBUG) || defined(SANITIZER)
"+"
#ifdef GIT_COMMIT_HASH
GIT_COMMIT_HASH
"."
#endif
#ifdef DEBUG
"DEBUG"
#ifdef SANITIZER
"."
#endif
#endif
#ifdef SANITIZER
BOOST_PP_STRINGIZE(SANITIZER)
#endif
".DEBUG"
#endif
//--------------------------------------------------------------------------