On 18/03/2025 9:19 am, Roger Pau Monne wrote: > Introduce an additional Kconfig check to only offer the option if the > compiler supports -fsanitize=undefined. > > We no longer use Travis CI, so the original motivation for not enabling > UBSAN might no longer present. Regardless, the option won't be present in > the first place if the compiler doesn't support -fsanitize=undefined. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com> I can't remember quite what it was, but it was very early days and I recall the toolchain cared about libubsan which wasn't in the Travis environment, even though the end build didn't need it. Either way, it's long obsolete now.