Remove SPDLOG_SOURCE_LOCATION support

This commit is contained in:
gabime
2024-11-29 12:12:20 +02:00
parent 67628a459a
commit 968dcfbc6b
3 changed files with 4 additions and 108 deletions

View File

@@ -27,9 +27,6 @@ void custom_flags_example();
void file_events_example();
void replace_default_logger_example();
void mdc_example();
// Uncomment to enable source location support.
// This will add filename/line/column info to the log (and in to the resulting binary so take care).
// #define SPDLOG_SOURCE_LOCATION
#include "spdlog/cfg/env.h" // support for loading levels from the environment variable
#include "spdlog/spdlog.h"