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:
Brian Paul 2009-02-25 08:45:08 -07:00
parent c34c78b853
commit f2a5c6b42c

View file

@ -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 \