Skip to content

Commit

Permalink
Revert "Add halt on error for ubsan"
Browse files Browse the repository at this point in the history
This reverts commit e9e52da.
  • Loading branch information
kamilsa committed Oct 11, 2024
1 parent 8f5d829 commit 419306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/toolchain/flags/sanitize_undefined.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ endforeach()
add_cache_flag(CMAKE_EXE_LINKER_FLAGS "-fsanitize=undefined")
add_cache_flag(CMAKE_SHARED_LINKER_FLAGS "-fsanitize=undefined")

set(ENV{UBSAN_OPTIONS} "print_stacktrace=1:halt_on_error=1")
set(ENV{UBSAN_OPTIONS} print_stacktrace=1)

message(STATUS "UB sanitizer has activated")

0 comments on commit 419306d

Please sign in to comment.