tweakme disable counters by default

This commit is contained in:
gabime 2017-05-21 04:03:36 +03:00
parent 42a56f6669
commit 8d164f47a8
1 changed files with 1 additions and 1 deletions

View File

@ -125,5 +125,5 @@
// Uncomment to enable message counting feature. Adds %i logger pattern that
// prints log message sequence id.
//
#define SPDLOG_ENABLE_MESSAGE_COUNTER
// #define SPDLOG_ENABLE_MESSAGE_COUNTER
///////////////////////////////////////////////////////////////////////////////