mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
build: Turn on visibility CFLAGS for core mesa
(cherry picked from commit 710a90ccaf)
This commit is contained in:
parent
a2f28ceea2
commit
a1f1add42d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue