Newer
Older
# $Id$
# options for icc
# remember to run ./autogen.sh after changing these values!
# name of compiler binaries
COMP="icc"
# flags set in any case
FLAGS="-wn2 -DHAVE_ICC -D__interface=myinterface"
LDFLAGS="-static"
# additional flags for debugging
DEBUGFLAGS="-O0 -g"
# additional flags for optimization