mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Allow icc to compile with optimizations (pentium3, pentium4 or core2).
Originally committed as revision 13119 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
504a64b95d
commit
907eb3b526
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user