Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h

This commit is contained in:
gabime 2018-10-12 03:17:51 +03:00
parent 312fe4775d
commit 226d5a1d36
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@
///////////////////////////////////////////////////////////////////////////////
// Uncomment to disable default logger creation.
// This might save some small initialization time
// This might save some (very) small initialization time if no default logger is needed.
//
// #define SPDLOG_DISABLE_DEFAULT_LOGGER
///////////////////////////////////////////////////////////////////////////////