Update comment

This commit is contained in:
gabime 2024-03-16 14:13:25 +02:00
parent e9938a8839
commit 276788a60e

View File

@ -9,6 +9,7 @@
// Support wchar filenames (Windows only) // Support wchar filenames (Windows only)
#cmakedefine SPDLOG_WCHAR_FILENAMES #cmakedefine SPDLOG_WCHAR_FILENAMES
// No exceptions. Will do std::abort() instead
#cmakedefine SPDLOG_NO_EXCEPTIONS #cmakedefine SPDLOG_NO_EXCEPTIONS
// Use CLOCK_REALTIME_COARSE on Linux // Use CLOCK_REALTIME_COARSE on Linux