mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
cmake: default to fat runtime for release builds
This commit is contained in:
parent
6967c7ddf1
commit
c337ac665b
@ -258,7 +258,7 @@ endif()
|
||||
if (CMAKE_SYSTEM_NAME MATCHES "Linux")
|
||||
# This is a Linux-only feature for now - requires platform support
|
||||
# elsewhere
|
||||
option(FAT_RUNTIME "Build a library that supports multiple microarchitecures" RELEASE_BUILD)
|
||||
option(FAT_RUNTIME "Build a library that supports multiple microarchitecures" ${RELEASE_BUILD})
|
||||
if (FAT_RUNTIME)
|
||||
include (${CMAKE_MODULE_PATH}/attrib.cmake)
|
||||
if (NOT HAS_C_ATTR_IFUNC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user