Re: [Libmesh-devel] Overriding Compiler Options

2011-06-24 Thread Roy Stogner
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

[Libmesh-devel] Overriding Compiler Options

2011-06-24 Thread Derek Gaston
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