intel_icc*)
dnl Earlier icc versions used -Kxxx for flags. Later versions use
- dnl the gcc convention -fxxx
+ dnl the gcc convention -fxxx. Also, at least since icc11, the
+ dnl flag -inline_debug_info has been deprecated, so don't use
+ dnl it any more
dnl
dnl Exception handling is also standard in later versions, as is rtti
case "$GXX_VERSION" in
;;
intel_icc*)
- CXXFLAGSG="$CXXFLAGS -DDEBUG -inline_debug_info"
+ CXXFLAGSG="$CXXFLAGS -DDEBUG"
CXXFLAGSO="$CXXFLAGS -O2 -unroll"
CXXFLAGSPIC="-fPIC"
LDFLAGS="$LDFLAGS -lstdc++ -lpthread"
;;
intel_icc*)
- case "$GXX_VERSION" in
+ case "$GXX_VERSION" in
intel_icc5 | intel_icc6 | intel_icc7 | intel_icc8 | intel_icc9)
CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -DDEBUG -inline_debug_info"
CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -unroll"
;;
intel_icc*)
- CXXFLAGSG="$CXXFLAGS -DDEBUG -inline_debug_info"
+ CXXFLAGSG="$CXXFLAGS -DDEBUG"
CXXFLAGSO="$CXXFLAGS -O2 -unroll"
CXXFLAGSPIC="-fPIC"
LDFLAGS="$LDFLAGS -lstdc++ -lpthread"
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams