-
Christoph Grüninger authored
because new gcc do not warn about backed bitfields for our code. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10095 2fb0f335-1f38-0410-981e-8018bf24f1b0
Christoph Grüninger authoredbecause new gcc do not warn about backed bitfields for our code. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10095 2fb0f335-1f38-0410-981e-8018bf24f1b0
debug.opts 629 B
GXX_WARNING_OPTS=" \
-Wall \
-Wunused \
-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\" \
--enable-fieldvector-size-is-method \
--disable-documentation \
--disable-parallel \
--disable-mpiruntest"