mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
i965: Use visibility cflags on the driver code.
The only symbols that need to be public (those in intel_screen.c that the loader looks for) are already marked public. Saves 100k of compiled driver size. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
0f331bd385
commit
837f06b42f
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ AM_CFLAGS = \
|
|||
-I$(top_srcdir)/src/mesa/drivers/dri/intel/server \
|
||||
$(DEFINES) \
|
||||
$(API_DEFINES) \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
$(INTEL_CFLAGS)
|
||||
|
||||
AM_CXXFLAGS = $(AM_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue