From 656e30b6860461b2bd725590488126d5e7e10ec1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 14 Feb 2017 08:21:43 -0800 Subject: anv: Use build-id for pipeline cache UUID. The --build-id=... ld flag has been present since binutils-2.18, released 28 Aug 2007. Reviewed-by: Jason Ekstrand Reviewed-by: Chad Versace --- src/intel/vulkan/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/intel/vulkan/Makefile.am') diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am index 95f276ed7e1..4197b0e77c7 100644 --- a/src/intel/vulkan/Makefile.am +++ b/src/intel/vulkan/Makefile.am @@ -165,6 +165,7 @@ libvulkan_intel_la_LDFLAGS = \ -module \ -no-undefined \ -avoid-version \ + -Wl,--build-id=sha1 \ $(BSYMBOLIC) \ $(GC_SECTIONS) \ $(LD_NO_UNDEFINED) -- cgit v1.2.3