> 
> Side question: what's the right way to manually edit compiler flags on the 
> automake branch?  Looks like I can edit the generated Makefile directly…


Permanently or temporarily?

If the latter, 

configure actually doesn't do anything except create config.status, which is 
run to create everything.

You can edit config,.status directly (look for CXXFLAGS_…)

and then run it: ./config.status

-Ben


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to