From 5b23fb01209ceba784fd82928110e0d6d19b74ba Mon Sep 17 00:00:00 2001 From: "ataymano@microsoft.com" Date: Wed, 3 Jan 2024 10:57:45 -0500 Subject: [PATCH] forgotten change --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2c881672d6..0f62a472386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -179,8 +179,6 @@ option(VW_SSE2NEON_SYS_DEP "Override using the submodule for SSE2Neon dependency option(VW_BUILD_VW_C_WRAPPER "Enable building the c_wrapper project" ON) option(vw_BUILD_NET_CORE "Build .NET Core targets" OFF) option(vw_BUILD_NET_FRAMEWORK "Build .NET Framework targets" OFF) -option(VW_USE_ASAN "Compile with AddressSanitizer" OFF) -option(VW_USE_UBSAN "Compile with UndefinedBehaviorSanitizer" OFF) option(VW_BUILD_WASM "Add WASM target" OFF) if(VW_INSTALL AND NOT VW_ZLIB_SYS_DEP)