Skip to content
Snippets Groups Projects
Commit 38f98985 authored by Christian Engwer's avatar Christian Engwer
Browse files

removed obsolete files

[[Imported from SVN: r479]]
parent 30387e31
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"
CXXCOMP="g++"
# flags set in any case
FLAGS="-Wall"
# additional flags for debugging
DEBUGFLAGS="-g"
# additional flags for optimization
OPTIMFLAGS="-O2"
# $Id$
# options for icc
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="icc"
CXXCOMP="icpc"
# flags set in any case
FLAGS="-wn2 -DHAVE_ICC -D__interface=myinterface"
LDFLAGS="-static"
# additional flags for debugging
DEBUGFLAGS="-O0 -g"
#DEBUGFLAGS="-O3 -DNDEBUG"
# additional flags for optimization
OPTIMFLAGS="-O3 -Ob2 -unroll"
#OPTIMFLAGS="-O3 -Ob2 -unroll -DNDEBUG"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment