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

obsolete

[[Imported from SVN: r1467]]
parent 82be8b8e
No related branches found
No related tags found
No related merge requests found
# $Id$
# options for icc
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="icc"
CXXCOMP="icc"
# flags set in any case
FLAGS="-Wall"
# additional flags for debugging
DEBUGFLAGS="-O0 -g"
# additional flags for optimization
OPTIMFLAGS="-O3 -Ob2 -unroll"
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