diff options
author | Emil Velikov <[email protected]> | 2016-07-27 14:02:52 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-08-18 14:53:33 +0100 |
commit | 1cdb6ca40b8a2daa09ce5c972da3a96e60aceaed (patch) | |
tree | 7811e8fff5f8d903170e3986c46a95bf72315570 /src/intel/vulkan | |
parent | 40e4fff563ef1448656b1d3e6c11f5bd0c0b9e8a (diff) |
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" <[email protected]>
Cc: Jason Ekstrand <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r-- | src/intel/vulkan/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index c621c346426..ad0148da57b 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -155,6 +155,7 @@ libvulkan_intel_la_LDFLAGS = \ -module \ -no-undefined \ -avoid-version \ + $(BSYMBOLIC) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) |