mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
egl: remove compiler flags from CFLAGS
The incoming CFLAGS already has -fPIC and -Wall. Don't want -g here either.
This commit is contained in:
parent
c34c78b853
commit
f2a5c6b42c
1 changed files with 1 additions and 3 deletions
|
|
@ -6,9 +6,7 @@ TOP = ../../../..
|
|||
|
||||
include ${TOP}/configs/current
|
||||
|
||||
# XXX: We shouldn't be specifying special compiler flags here.
|
||||
# Flags should come from the configuration file instead.
|
||||
CFLAGS:= -g -Wall -Werror-implicit-function-declaration -fPIC \
|
||||
CFLAGS := \
|
||||
-I${GALLIUMDIR}/include \
|
||||
-I${GALLIUMDIR}/auxiliary \
|
||||
-I${TOP}/src/mesa/drivers/dri/common \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue