egl: add comment/reminder to fix the CFLAGS in this Makefile
authorBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2009 14:58:17 +0000 (07:58 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 25 Feb 2009 14:58:17 +0000 (07:58 -0700)
src/gallium/state_trackers/egl/Makefile

index d266ae2d6281c3e84bf5d5cdf0a9f98786aab284..537ca19cb25d5f73b07f690eb092a443312a31bd 100644 (file)
@@ -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 \