release/debug info in -v
This commit is contained in:
6
ml.h
6
ml.h
@@ -6,7 +6,11 @@
|
||||
#include <sstream>
|
||||
#include <exception>
|
||||
|
||||
const std::string VERSION = "ml 0.4 (" __DATE__ " " __TIME__ ")";
|
||||
#ifdef NDEBUG
|
||||
const std::string VERSION = "ml 0.4 (" __DATE__ " " __TIME__ "), Release";
|
||||
#else
|
||||
const std::string VERSION = "ml 0.4 (" __DATE__ " " __TIME__ "), Debug";
|
||||
#endif
|
||||
|
||||
const std::string STDLIB_LOADER =
|
||||
R"(
|
||||
|
||||
Reference in New Issue
Block a user