Skip to content

Commit

Permalink
refactor(cmake): disable sanitizer by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Nov 29, 2023
1 parent d75cd9c commit e6b56f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option(VIENNALS_USE_VTK "Build with VTK file support" ON)
option(VIENNALS_PRECOMPILE_HEADERS "Build template specialisations for shorter compile times" OFF)
option(VIENNALS_STATIC_BUILD "Build dependencies as static libraries" OFF)

option(VIENNALS_ENABLE_SANITIZER "Enable Sanitizer for debug buidlds" ON)
option(VIENNALS_ENABLE_SANITIZER "Enable Sanitizer for debug buidlds" OFF)
option(VIENNALS_USE_SANITIZER "Enable Sanitizer (Requires GCC or Clang)" OFF)

option(VIENNALS_BUILD_EXAMPLES "Build examples" OFF)
Expand Down

0 comments on commit e6b56f7

Please sign in to comment.