diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-05-11 17:46:55 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2008-05-11 17:46:55 +0000 |
commit | 907eb3b5265b88365a47f265d114d26e470c82fb (patch) | |
tree | 614be3ae581ba08ebd68bcf8c332592b07b93cd6 /configure | |
parent | 504a64b95db88247cff8d66999f82d536281f306 (diff) | |
download | ffmpeg-907eb3b5265b88365a47f265d114d26e470c82fb.tar.gz |
Allow icc to compile with optimizations (pentium3, pentium4 or core2).
Originally committed as revision 13119 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1827,6 +1827,8 @@ if $cc --version | grep -q Intel; then # 11030: Warning unknown option --as-needed # 10156: ignoring option '-export'; no argument required check_ldflags -wd10156,11030 + # Allow to compile with optimizations + check_ldflags -march=$cpu fi # PIC flags for shared library objects where they are needed |