nir: Zero local_size const struct for valgrind & nir_serialize
[mesa.git] / src / compiler / Makefile.am
index d52da91dab8cea536450af232855a6e9402e54d5..45b9cc58543eded44a78439c94372db362924a6d 100644 (file)
@@ -33,13 +33,16 @@ AM_CPPFLAGS = \
        -I$(top_srcdir)/src/compiler/glsl/glcpp\
        -I$(top_builddir)/src/compiler/nir \
        -I$(top_srcdir)/src/compiler/nir \
+       -I$(top_srcdir)/src/compiler/spirv \
        -I$(top_srcdir)/src/gallium/include \
        -I$(top_srcdir)/src/gallium/auxiliary \
        -I$(top_srcdir)/src/gtest/include \
+       $(VALGRIND_CFLAGS) \
        $(DEFINES)
 
 AM_CFLAGS = \
        $(VISIBILITY_CFLAGS) \
+       $(WNO_OVERRIDE_INIT) \
        $(MSVC2013_COMPAT_CFLAGS)
 
 AM_CXXFLAGS = \