From a1c48893397b4055f2aad1caf46b1d024c3d52ac Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sun, 19 Feb 2023 23:17:21 +0100 Subject: Remove a few more unused symbols --- cmake/nheko.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake') diff --git a/cmake/nheko.h b/cmake/nheko.h index ae28aea9..3b68a432 100644 --- a/cmake/nheko.h +++ b/cmake/nheko.h @@ -1,7 +1,7 @@ namespace nheko { -constexpr auto version = "${PROJECT_VERSION}"; -constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; -constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; +inline constexpr auto version = "${PROJECT_VERSION}"; +inline constexpr auto build_os = "${CMAKE_HOST_SYSTEM_NAME}"; +inline constexpr auto enable_debug_log = ${SPDLOG_DEBUG_ON}; } # cmakedefine01 HAVE_BACKTRACE_SYMBOLS_FD -- cgit 1.5.1