From 542eeae11c4b63dd25a45a3d29eae91af926299a Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 14 Oct 2024 08:53:12 -0400 Subject: [PATCH] configure: Document the '--with-ubsan' argument Change-Id: Ib159cec30f6396b7bf02463b8833a062a38b8841 --- tools/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 1910d25d82..0af83b985e 100755 --- a/tools/configure +++ b/tools/configure @@ -1480,7 +1480,8 @@ help() { behavior of falling back to them if no native thread support was found. --with-address-sanitizer - Enasbles the AddressSanitizer feature. Forces SDL threads. + Enables the AddressSanitizer feature. Forces SDL threads. + --with-ubsan Enables the UB Sanitizer feature. Forces SDL threads. --32-bit Force a 32-bit simulator (use with --sdl-threads for duke3d) --prefix Target installation directory --compiler-prefix Override compiler prefix (inherently dangerous)