-
Christoph Grüninger authored
Opts files for autotools are renamed to autotools-*.opts, outdated flags were removed. (reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14364 2fb0f335-1f38-0410-981e-8018bf24f1b0
Christoph Grüninger authoredOpts files for autotools are renamed to autotools-*.opts, outdated flags were removed. (reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14364 2fb0f335-1f38-0410-981e-8018bf24f1b0
debug.opts 606 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"
CMAKE_FLAGS="\
-DCMAKE_CXX_FLAGS=\"$GXX_WARNING_OPTS $GXX_OPTS\" \
"
# for CO2 and CO2ni tests
# -DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS=TRUE \
# need to be set in the configure flags
# and the module dune-alugrid must be present