Skip to content
Snippets Groups Projects
Commit 1bfe63db authored by Adrian Burri's avatar Adrian Burri
Browse files

Bugfixes

[[Imported from SVN: r306]]
parent 90c340e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,13 +5,18 @@
# name of compiler binaries
COMP="icc"
CXXCOMP="icc"
CXXCOMP="icpc"
# flags set in any case
FLAGS=""
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"
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.
Finish editing this message first!
Please register or to comment