diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/nheko.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cmake/nheko.h b/cmake/nheko.h index c2329917..ae28aea9 100644 --- a/cmake/nheko.h +++ b/cmake/nheko.h @@ -4,6 +4,4 @@ constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; } -// clang-format off -#define HAVE_BACKTRACE_SYMBOLS_FD ${HAVE_BACKTRACE_SYMBOLS_FD} -// clang-format on +# cmakedefine01 HAVE_BACKTRACE_SYMBOLS_FD |