Skip to content
Snippets Groups Projects
debug.opts 462 B
Newer Older
# use these options for configure if no options a provided on the cmdline
#AUTOGEN_FLAGS="--ac=2.59 --am=-1.8"

# path to external modules 
MODDIR=$OLDPWD/external
DUMUXDIR=$OLDPWD/dumux 

# configure flags 
CONFIGURE_FLAGS="CXXFLAGS=\"-I$DUMUXDIR -Wall -Wno-sign-compare -fno-strict-aliasing -g\" \
  --enable-dunedevel \
  --enable-debug \
  --disable-doxygen \
  --disable-documentation \
  --enable-parallel \
  --disable-mpiruntest"

# make all
MAKE_FLAGS=