diff --git a/src/app/core/common.h b/src/app/core/common.h index 9d0da523..a09723c9 100644 --- a/src/app/core/common.h +++ b/src/app/core/common.h @@ -183,7 +183,7 @@ class NotifyValue { }; static bool log_to_console = false; -constexpr std::string kLogFileOut = "yaze_log.txt"; +static const std::string kLogFileOut = "yaze_log.txt"; template static void logf(const absl::FormatSpec &format, const Args &...args) {