From 29db041538b78acf7d87e2c1d624aa74025b10fe Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 26 Aug 2010 15:22:39 -0500 Subject: [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) --- config/intel-flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*) -- cgit v0.12