On Fri, 24 Jun 2011, Derek Gaston wrote:
> I'm thinking of changing lines in Make.common.in around 222 from:
>
> libmesh_CXXFLAGS += @CXXFLAGS_OPT@
>
> to
>
> libmesh_CXXFLAGS := @CXXFLAGS_OPT@ $libmesh_CXXFLAGS
>
> The reason is that the way it is setup now doesn't allow users to actually
> ov
I'm thinking of changing lines in Make.common.in around 222 from:
libmesh_CXXFLAGS += @CXXFLAGS_OPT@
to
libmesh_CXXFLAGS := @CXXFLAGS_OPT@ $libmesh_CXXFLAGS
The reason is that the way it is setup now doesn't allow users to actually
override the flags libMesh picks! For instance on my particul