diff --git a/icc.opts b/icc.opts deleted file mode 100644 index 697ecc5de1d6b14e360599074dc8f2593b02c319..0000000000000000000000000000000000000000 --- a/icc.opts +++ /dev/null @@ -1,18 +0,0 @@ -# $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" -