-
- Downloads
build: Disable -fsanitize=function when building with UBSan
LLVM 17 enabled -fsanitize=function by default for C, instead of only C++: https://github.com/llvm/llvm-project/commit/279a4d0d67c874e80c171666822f2fabdd6fa926 But GLib uses function pointer casts extensively, resulting in a myriad of test failures. Just disable it as a workaround. steamrt/tasks#677 Signed-off-by:Ryan Gonzalez <ryan.gonzalez@collabora.com>
parent
5a2da7d7
No related branches found
No related tags found
Please register or sign in to comment