Skip to content
Snippets Groups Projects
debug.opts 772 B
Newer Older
    -Wmissing-include-dirs \
    -Wcast-align \
    -Wno-sign-compare \
    -Wno-unused-parameter"
# additional -W flags for g++ which will lead to many warnings in
# other dune modules
#    -Wextra \
#    -Wfloat-equal \
#    -Wstrict-overflow \

GXX_OPTS=" \
    -fno-strict-aliasing \
    -fstrict-overflow \
    -g"

# do not write a file .dune.resume to the home directory
RESUME_FILE=/dev/null

CONFIGURE_FLAGS="\
  CXXFLAGS=\"$GXX_WARNING_OPTS $GXX_OPTS\" \
Christoph Grüninger's avatar
Christoph Grüninger committed
  --enable-fieldvector-size-is-method \
  --disable-documentation \

# for CO2 and CO2ni tests
# --enable-experimental-grid-extensions \
# --with-alugrid=PATH_TO_ALUGrid \
# need to be set in the configure flags