summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-07-26 09:35:36 -0700
committerEric Anholt <eric@anholt.net>2012-07-26 17:30:06 -0700
commit11ff18fcf5b92cee4a8e69425fc321f0ef272ecf (patch)
treea17f2418cf102a3f3b58cc3f709af9154c9d7a4f /src/gallium/drivers/r600
parent87a1c4f233f597b8b366f7a2c0f1c5b7124d8d8e (diff)
automake: Remove OPT_FLAGS.
If you want to change your compiler arguments, just set CFLAGS/CXXFLAGS. Having Mesa have this separate variable is a great way to have your arguments not thoroughly propagated to all compiler invocations. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/gallium/drivers/r600')
-rw-r--r--src/gallium/drivers/r600/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 65d0dff5dd7..628eaab5685 100644
--- a/src/gallium/drivers/r600/Makefile.am
+++ b/src/gallium/drivers/r600/Makefile.am
@@ -9,7 +9,6 @@ AM_CFLAGS = \
-I$(top_srcdir)/include \
$(RADEON_CFLAGS) \
$(DEFINES) \
- $(OPT_FLAGS) \
$(PIC_FLAGS) \
$(VISIBILITY_CFLAGS)