Re: [PATCH 10/10] build: support Undefined Behavior Sanitizer

2025-06-25 Thread Aaron Conole
David Marchand writes: > Enable UBSan in GHA. > There are still a lot of issues so only run unit tests for a "mini" > target. > > Building with debugoptimized forces -O2 and consumes too much memory > with UBSan, prefer plain build (iow -O0) even though this hides a number > of build issues. > >

[PATCH 10/10] build: support Undefined Behavior Sanitizer

2025-06-19 Thread David Marchand
Enable UBSan in GHA. There are still a lot of issues so only run unit tests for a "mini" target. Building with debugoptimized forces -O2 and consumes too much memory with UBSan, prefer plain build (iow -O0) even though this hides a number of build issues. Signed-off-by: David Marchand --- .ci/l