-
Ryan Gonzalez authored
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>
Ryan Gonzalez authoredLLVM 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>