From 019b7022cc918864dab303ade994b5d551979881 Mon Sep 17 00:00:00 2001 From: Jeff Date: Mon, 27 Jun 2022 13:44:08 -0400 Subject: [PATCH] squashme --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89d2f49ec4..78c3a035c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,10 +52,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_LIBLOKINET "build liblokinet.so" OFF) option(BUILD_EMBEDDED_LOKINET "build embedded lokinet" OFF) - option(XSAN "use sanitiser, if your system has it (requires -DCMAKE_BUILD_TYPE=Debug)" OFF) option(USE_JEMALLOC "Link to jemalloc for memory allocations, if found" ON) option(TESTNET "testnet build" OFF)