Switched to full static release + enable lto for the docker release image
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
add_library(lmsimage SHARED
|
||||
add_library(lmsimage STATIC
|
||||
impl/EncodedImage.cpp
|
||||
)
|
||||
|
||||
@@ -47,6 +47,3 @@ elseif (${LMS_IMAGE_BACKEND} STREQUAL "graphicsmagick")
|
||||
else ()
|
||||
message(FATAL_ERROR "Invalid image library")
|
||||
endif ()
|
||||
|
||||
install(TARGETS lmsimage DESTINATION ${CMAKE_INSTALL_LIBDIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user