build: Turn on visibility CFLAGS for core mesa
This commit is contained in:
@@ -94,8 +94,8 @@ BUILDDIR = $(top_builddir)/src/mesa/
|
||||
include sources.mak
|
||||
|
||||
AM_CPPFLAGS = $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS)
|
||||
AM_CFLAGS = $(LLVM_CFLAGS)
|
||||
AM_CXXFLAGS = $(LLVM_CFLAGS)
|
||||
AM_CFLAGS = $(LLVM_CFLAGS) $(VISIBILITY_CFLAGS)
|
||||
AM_CXXFLAGS = $(LLVM_CFLAGS) $(VISIBILITY_CXXFLAGS)
|
||||
|
||||
# cannot just add $(MESA_ASM_FILES) to libmesa_la_SOURCES as it contains a configure substitution
|
||||
MESA_ASM_FILES_FOR_ARCH =
|
||||
|
||||
Reference in New Issue
Block a user