https://bugs.freedesktop.org/show_bug.cgi?id=100120
--- Comment #4 from Emil Velikov <emil.l.veli...@gmail.com> ---
-dl is (module bugs of course) already passed then libGL/libGLX_mesa is build.
As pointed out we don't have a libtool which honours fsanitize, so I'd suggest
adding it to the CC/CXX variables like below.
./autogen.sh CC="gcc -fsanitize=address" CXX="g++ -fsanitize=address"
Note: I'm wondering if the explicit -lasan isn't agcc/clang bug. Can we get a
reference reading why we need it, considering the explicit -f.... toggle we
pass to gcc/clang.
--
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev