mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
anv: automake: build with -Bsymbolic
Explicitly suggested in the Loader interface version 2 section, but it's good idea either way. It essentially, ensures that our symbols are not interposed. Cc: "12.0" <mesa-stable@lists.freedesktop.org> Cc: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
40e4fff563
commit
1cdb6ca40b
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ libvulkan_intel_la_LDFLAGS = \
|
||||||
-module \
|
-module \
|
||||||
-no-undefined \
|
-no-undefined \
|
||||||
-avoid-version \
|
-avoid-version \
|
||||||
|
$(BSYMBOLIC) \
|
||||||
$(GC_SECTIONS) \
|
$(GC_SECTIONS) \
|
||||||
$(LD_NO_UNDEFINED)
|
$(LD_NO_UNDEFINED)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue