Module: Mesa
Branch: master
Commit: 62e0e089d710835d9f79138377bcc37147f75ebd
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=62e0e089d710835d9f79138377bcc37147f75ebd

Author: Bas Nieuwenhuizen <[email protected]>
Date:   Mon May 14 17:38:36 2018 +0200

amd/addrlib: Use defines in autotools build.

Otherwise stuff like NDEBUG would not be passed through.

CC: <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=106479
Reviewed-by: Marek Olšák <[email protected]>

---

 src/amd/Makefile.addrlib.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/amd/Makefile.addrlib.am b/src/amd/Makefile.addrlib.am
index 322a5c8697..75ff7fbcf7 100644
--- a/src/amd/Makefile.addrlib.am
+++ b/src/amd/Makefile.addrlib.am
@@ -22,6 +22,7 @@
 ADDRLIB_LIBS = addrlib/libamdgpu_addrlib.la
 
 addrlib_libamdgpu_addrlib_la_CPPFLAGS = \
+       $(DEFINES) \
        -I$(top_srcdir)/src/ \
        -I$(srcdir)/common \
        -I$(srcdir)/addrlib \

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to