diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-26 20:22:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-08-26 20:22:06 (GMT) |
commit | c834908b0ccf4c9a914c2608c54cdeb70e07c2e5 (patch) | |
tree | 1691d7ba4977ea4de87ff8164d048b85b84fad73 | |
parent | e70f164a84307161800856c383a7f6b62ad95007 (diff) | |
download | hdf5-c834908b0ccf4c9a914c2608c54cdeb70e07c2e5.zip hdf5-c834908b0ccf4c9a914c2608c54cdeb70e07c2e5.tar.gz hdf5-c834908b0ccf4c9a914c2608c54cdeb70e07c2e5.tar.bz2 |
[svn-r19311] Description:
Bump optimization down for Intel 10.* compilers, due to apparent bad code generation.
Tested on:
Linux/64 2.6 (cobalt) w/debug & production & Intel 11.1 compilers
(h5committest not appropriate)
-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*) |