diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-26 20:22:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-26 20:22:39 (GMT) |
commit | 29db041538b78acf7d87e2c1d624aa74025b10fe (patch) | |
tree | 25974cbe7399ba06402bb03c767a391da4fc571c /config | |
parent | 60908b2e12c7ff5f00aab8cd01bd5b6b85189369 (diff) | |
download | hdf5-29db041538b78acf7d87e2c1d624aa74025b10fe.zip hdf5-29db041538b78acf7d87e2c1d624aa74025b10fe.tar.gz hdf5-29db041538b78acf7d87e2c1d624aa74025b10fe.tar.bz2 |
[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)
Diffstat (limited to 'config')
-rw-r--r-- | config/intel-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-flags b/config/intel-flags index 30e8f4d..5bf06d4 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -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*) |