This fixes an issue in the setup script which caused MFEM to no longer add any additional compiler flags for Debug or Release mode.
User provided CFLAGS and CXXFLAGS are now saved to a temporary copy and unset before compiling MFEM. The user provided flags are passed into MFEM using BASE_FLAGS.
This fixes an issue in the setup script which caused MFEM to no longer add any additional compiler flags for Debug or Release mode.
User provided
CFLAGS
andCXXFLAGS
are now saved to a temporary copy and unset before compiling MFEM. The user provided flags are passed into MFEM usingBASE_FLAGS
.