Switched to full static release + enable lto for the docker release image
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
add_library(lmsdatabase SHARED
|
||||
add_library(lmsdatabase STATIC
|
||||
impl/Artist.cpp
|
||||
impl/AuthToken.cpp
|
||||
impl/Cluster.cpp
|
||||
@@ -54,8 +54,6 @@ target_link_libraries(lmsdatabase PUBLIC
|
||||
Wt::Dbo
|
||||
)
|
||||
|
||||
install(TARGETS lmsdatabase DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
if(BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user