mirror of
				https://github.com/skeeto/w64devkit.git
				synced 2025-10-29 15:49:20 +03:00 
			
		
		
		
	Update README.md note about UBSan for GCC >= 13
The new option name is a lot nicer, so encourage its use! I don't know if the old option will ever be removed.
This commit is contained in:
		| @@ -176,8 +176,8 @@ quite support cross-compilation. A decent alternative would be | |||||||
| Neither Address Sanitizer (ASan) nor Thread Sanitizer (TSan) [has been | Neither Address Sanitizer (ASan) nor Thread Sanitizer (TSan) [has been | ||||||
| ported to Mingw-w64][san] ([also][san2]), but Undefined Behavior Sanitizer | ported to Mingw-w64][san] ([also][san2]), but Undefined Behavior Sanitizer | ||||||
| (UBSan) works perfectly under GDB. With both `-fsanitize=undefined` and | (UBSan) works perfectly under GDB. With both `-fsanitize=undefined` and | ||||||
| `-fsanitize-undefined-trap-on-error`, GDB will [break precisely][break] on | `-fsanitize-trap`, GDB will [break precisely][break] on undefined | ||||||
| undefined behavior, and it does not require linking with libsanitizer. | behavior, and it does not require linking with libsanitizer. | ||||||
|  |  | ||||||
| The kit includes a unique [`debugbreak` command][debugbreak]. It causes | The kit includes a unique [`debugbreak` command][debugbreak]. It causes | ||||||
| all debugee processes to break in the debugger, like using Windows' F12 | all debugee processes to break in the debugger, like using Windows' F12 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user