Change %{optimize} to %{optflags}.

This commit is contained in:
Gavin Carr
2011-08-31 12:48:04 -05:00
committed by Steven Pritchard
parent 27e36f6c3d
commit b0bdaf2359
+1 -1
View File
@@ -265,7 +265,7 @@ my @MACROS = (
# 1 is for the macros.
{
'optimize' => '%{optimize}',
'optimize' => '%{optflags}',
'buildroot' => '%{buildroot}',
},
);