mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-09 14:50:11 +01:00
build: Turn on visibility CFLAGS for core mesa
This commit is contained in:
parent
63c3a051cd
commit
710a90ccaf
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