mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
60908b2e12
commit
29db041538
@ -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*)
|
||||
|
Loading…
Reference in New Issue
Block a user