summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-08-26 20:22:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-08-26 20:22:39 (GMT)
commit29db041538b78acf7d87e2c1d624aa74025b10fe (patch)
tree25974cbe7399ba06402bb03c767a391da4fc571c /config/intel-flags
parent60908b2e12c7ff5f00aab8cd01bd5b6b85189369 (diff)
downloadhdf5-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/intel-flags')
-rw-r--r--config/intel-flags2
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*)