because I just made this error, lets make sure debug builds are clearly labeled [and as such we'll label them in a cheeky way ;)];

pull/72/head
Bryan Biedenkapp 1 year ago
parent 285e45c0e2
commit 4f5369a582

@ -115,6 +115,10 @@ typedef unsigned long long ulong64_t;
#define __VER__ VERSION_MAJOR "." VERSION_MINOR VERSION_REV " (R" VERSION_MAJOR VERSION_REV VERSION_MINOR " " __GIT_VER__ ")"
#define __BUILD__ __DATE__ " " __TIME__
#if !defined(NDEBUG)
#undef __BUILD__
#define __BUILD__ __DATE__ " " __TIME__ " DEBUG_FACTORY_LABTOOL"
#endif // DEBUG
#define __BANNER__ "\r\n" \
" . . \r\n" \

Loading…
Cancel
Save

Powered by TurnKey Linux.