From 11ff18fcf5b92cee4a8e69425fc321f0ef272ecf Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 26 Jul 2012 09:35:36 -0700 Subject: 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 Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke --- src/gallium/drivers/r600/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gallium/drivers/r600/Makefile.am') 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) -- cgit v1.2.3