From: Brian Paul Date: Wed, 25 Feb 2009 14:58:17 +0000 (-0700) Subject: egl: add comment/reminder to fix the CFLAGS in this Makefile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=501d6d49dd37597ef65dd8b62a8c7982e735143c;p=mesa.git egl: add comment/reminder to fix the CFLAGS in this Makefile --- diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile index d266ae2d628..537ca19cb25 100644 --- a/src/gallium/state_trackers/egl/Makefile +++ b/src/gallium/state_trackers/egl/Makefile @@ -6,6 +6,8 @@ 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 \ -I${GALLIUMDIR}/include \ -I${GALLIUMDIR}/auxiliary \