Skip to content
Snippets Groups Projects
Commit 58463dba authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

not needed anymore

[[Imported from SVN: r1038]]
parent 676b1dfd
No related branches found
No related tags found
No related merge requests found
# $Id$
# options for gcc/g++
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="gcc-3.4"
CXXCOMP="g++-3.4"
# flags set in any case
FLAGS=""
# additional flags for debugging
DEBUGFLAGS="-g -DDUNE_ISTL_WITH_CHECKING"
# additional flags for optimization
OPTIMFLAGS="-O3"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment