mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
update description
This commit is contained in:
parent
7f52c9eae7
commit
00a095b61c
@ -8,7 +8,7 @@ option(USE_LIBABYSS "enable libabyss" )
|
|||||||
option(USE_AVX2 "enable avx2 code" )
|
option(USE_AVX2 "enable avx2 code" )
|
||||||
option(USE_NETNS "enable networking namespace support. Linux only" )
|
option(USE_NETNS "enable networking namespace support. Linux only" )
|
||||||
option(AMD_RYZEN_HACK "hack for AMD Ryzen FPU bug (support FMA3 and FMA4 in FPU, but does not show in CPUID)" )
|
option(AMD_RYZEN_HACK "hack for AMD Ryzen FPU bug (support FMA3 and FMA4 in FPU, but does not show in CPUID)" )
|
||||||
option(STATIC_LINK "do not build liblokinet-shared")
|
option(STATIC_LINK "link statically against compiler runtime, standard library and pthreads")
|
||||||
option(NON_PC_TARGET "non-pc target build: iphone, andriod, embedded non-i386 SBC, etc" )
|
option(NON_PC_TARGET "non-pc target build: iphone, andriod, embedded non-i386 SBC, etc" )
|
||||||
option(SHADOW "use shadow testing framework. linux only" )
|
option(SHADOW "use shadow testing framework. linux only" )
|
||||||
option(ASAN "use address sanitiser, if your system has it" )
|
option(ASAN "use address sanitiser, if your system has it" )
|
||||||
|
Loading…
Reference in New Issue
Block a user