mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
By default, UBSAN doesn't stop the program and so the exit code is still 0 even if errors are detected, so set halt_on_error=1 in UBSAN_OPTIONS to change this. But also still rerun the tests normally, without halting, to detect all UB occurrences if there is more than one instance of it.