14 lines
457 B
Diff
14 lines
457 B
Diff
|
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt
|
||
|
index 65ba10b0f1..eeedc29c37 100644
|
||
|
--- a/src/common/CMakeLists.txt
|
||
|
+++ b/src/common/CMakeLists.txt
|
||
|
@@ -165,7 +165,7 @@ elseif(HAVE_ARMV8_CRC)
|
||
|
crc32c_aarch64.c)
|
||
|
endif(HAVE_INTEL)
|
||
|
|
||
|
-add_library(crc32 ${crc32_srcs})
|
||
|
+add_library(crc32 STATIC ${crc32_srcs})
|
||
|
if(HAVE_ARMV8_CRC)
|
||
|
set_target_properties(crc32 PROPERTIES
|
||
|
COMPILE_FLAGS "${CMAKE_C_FLAGS} ${ARMV8_CRC_COMPILE_FLAGS}")
|