[svn-r19312] Description:

Bump optimization down for Intel 10.* compilers, due to apparent bad cod
e generation.

Tested on:
        Linux/64 2.6 (cobalt) w/debug & production & Intel 11.1 compilers
        (h5committest not appropriate)
This commit is contained in:
Quincey Koziol 2010-08-26 15:22:39 -05:00
parent 60908b2e12
commit 29db041538

View File

@ -98,7 +98,7 @@ fi
# Please follow the pattern below by adding new versions at the top, copying
# the information from the previous version and adding modifications to that.
case "$cc_vendor-$cc_version" in
icc-10.0*)
icc-10*)
PROD_CFLAGS="-O1 -Wl,-s"
;;
icc-8.0*)