Commit 504f7d4c authored by cehoyos's avatar cehoyos

Allow icc to compile with optimizations (pentium3, pentium4 or core2).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13119 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent de7fa7d3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment