In containerized AppImage build use Clang and allow thin/fat LTO for smaller and more optimized AppImages
This commit is contained in:
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user