-
Robert Klöfkorn authored
also minor changes in *.opts git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@306 0d966ed9-3843-0410-af09-ebfb50bd7c74
Robert Klöfkorn authoredalso minor changes in *.opts git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@306 0d966ed9-3843-0410-af09-ebfb50bd7c74
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
gcc.opts 296 B
# options for gcc/g++
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="gcc"
CXXCOMP="g++"
# flags set in any case
FLAGS="-Wall"
# additional flags for debugging
DEBUGFLAGS="-g"
# additional flags for optimization
OPTIMFLAGS="-O3 -unroll -DNDEBUG"