turn building shared libraries off by default because no one uses this right now

pull/1438/head v0.8.1-rc2
Jeff Becker 4 years ago committed by Jason Rhinelander
parent 0e1e0aaef3
commit 3e5dcb34cf

@ -37,7 +37,7 @@ option(USE_AVX2 "enable avx2 code" OFF)
option(USE_NETNS "enable networking namespace support. Linux only" OFF)
option(NATIVE_BUILD "optimise for host system and FPU" ON)
option(EMBEDDED_CFG "optimise for older hardware or embedded systems" OFF)
option(BUILD_SHARED_LIBS "build lokinet libraries as shared libraries instead of static" ON)
option(BUILD_SHARED_LIBS "build lokinet libraries as shared libraries instead of static" OFF)
option(SHADOW "use shadow testing framework. linux only" OFF)
option(XSAN "use sanitiser, if your system has it (requires -DCMAKE_BUILD_TYPE=Debug)" OFF)
option(WITH_JEMALLOC "use jemalloc as allocator" OFF)

Loading…
Cancel
Save