diff options
author | lloyd <[email protected]> | 2008-10-22 23:45:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-10-22 23:45:29 +0000 |
commit | 0cdf7941e9374a6da0fe0a4fe93fac00ce101e03 (patch) | |
tree | a9eb325ebf9b691fb661c97dca01ec9ec3ccecfb /src | |
parent | 36804a327cfbd14e8b1c71617fe17b8a314879f5 (diff) |
Use -O2 instead of -O3 with Intel C++
Diffstat (limited to 'src')
-rw-r--r-- | src/build-data/cc/icc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/icc b/src/build-data/cc/icc index b8daf5e4d..7e317429f 100644 --- a/src/build-data/cc/icc +++ b/src/build-data/cc/icc @@ -8,7 +8,7 @@ add_include_dir_option "-I" add_lib_dir_option "-L" add_lib_option "-l" -lib_opt_flags "-O3 -ip -unroll" +lib_opt_flags "-O2 -ip -unroll" check_opt_flags "-O2" debug_flags "-g" no_debug_flags "-fomit-frame-pointer" |