In containerized AppImage build use Clang and allow thin/fat LTO for smaller and more optimized AppImages

This commit is contained in:
spectranator
2025-04-12 21:18:30 +02:00
parent 1319089702
commit 335570dfd3
6 changed files with 101 additions and 33 deletions

View File

@@ -146,7 +146,7 @@ endif()
if (ENABLE_WEB_SERVICE AND NOT TARGET cpp-jwt::cpp-jwt)
set(CPP_JWT_BUILD_EXAMPLES OFF)
set(CPP_JWT_BUILD_TESTS OFF)
set(CPP_JWT_USE_VENDORED_NLOHMANN_JSON OFF)
set(CPP_JWT_USE_VENDORED_NLOHMANN_JSON ${YUZU_USE_CPM})
add_subdirectory(cpp-jwt)
endif()