1
0
Fork 0
forked from len0rd/rockbox

configure: Document the '--with-ubsan' argument

Change-Id: Ib159cec30f6396b7bf02463b8833a062a38b8841
This commit is contained in:
Solomon Peachy 2024-10-14 08:53:12 -04:00
parent cda2f90e10
commit 542eeae11c

3
tools/configure vendored
View file

@ -1480,7 +1480,8 @@ help() {
behavior of falling back to them if no native thread behavior of falling back to them if no native thread
support was found. support was found.
--with-address-sanitizer --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) --32-bit Force a 32-bit simulator (use with --sdl-threads for duke3d)
--prefix Target installation directory --prefix Target installation directory
--compiler-prefix Override compiler prefix (inherently dangerous) --compiler-prefix Override compiler prefix (inherently dangerous)