Switched to full static release + enable lto for the docker release image

This commit is contained in:
emeric
2025-01-22 18:34:08 +01:00
parent 40416cb907
commit 5b73925019
17 changed files with 19 additions and 59 deletions
-1
View File
@@ -10,4 +10,3 @@ target_link_libraries(lms-metadata PRIVATE
)
install(TARGETS lms-metadata DESTINATION bin)
-2
View File
@@ -8,5 +8,3 @@ target_link_libraries(lms-recommendation PRIVATE
lmsrecommendation
Boost::program_options
)
install(TARGETS lms-recommendation DESTINATION bin)