diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/intel-flags | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/intel-flags b/config/intel-flags index ad59a2b..30e8f4d 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -98,6 +98,9 @@ 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*) + PROD_CFLAGS="-O1 -Wl,-s" + ;; icc-8.0*) # v8.0 -O3 infinite loops when compiling test/tselect.c. Use -O2. PROD_CFLAGS="-O2 -Wl,-s" |