Skip to content
Snippets Groups Projects
Commit 65dce713 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

slight change


git-svn-id: https://dune.mathematik.uni-freiburg.de/svn/alugrid/trunk@1062 0d966ed9-3843-0410-af09-ebfb50bd7c74
parent 503872a8
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,13 @@
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="gcc"
#CXXCOMP="g++-4.3.0"
COMP="gcc-4.3.2"
CXXCOMP="g++-4.3.2"
#CXXCOMP="g++"
# flags set in any case
FLAGS="-Wall -std=c++0x"
#FLAGS="-Wall"
# -I/opt/openmpi/include -I/opt/openmpi/include/openmpi"
# additional flags for debugging
......
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