Proper way of setting sanitizer parameters.

This commit is contained in:
Bartosz Taudul
2026-02-01 16:44:15 +01:00
parent 1d2b6cca24
commit d1e831f69d

View File

@@ -6,7 +6,7 @@ option(LEGACY "Instead of Wayland, use the legacy X11 backend on Linux" OFF)
option(NO_ISA_EXTENSIONS "Disable ISA extensions (don't pass -march=native or -mcpu=native to the compiler)" OFF)
option(NO_STATISTICS "Disable calculation of statistics" OFF)
option(SELF_PROFILE "Enable self-profiling" OFF)
option(SANITIZE "Sanitizer parameters" OFF)
set(SANITIZE "" CACHE STRING "Sanitizer parameters")
include(${CMAKE_CURRENT_LIST_DIR}/../cmake/version.cmake)