configure: Do not explicitly set Oy for msvc/icl

It is implied by O1 or O2, both of which are required to build libav
with msvc/icl.  Silences warnings when targeting x64 with icl.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
Alex Smith 2013-06-24 21:10:11 +00:00 committed by Derek Buitenhuis
parent b6507930ac
commit 9f4a16c52e
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2353,7 +2353,7 @@ msvc_common_flags(){
-Wall) ;;
-std=c99) ;;
# Common flags
-fomit-frame-pointer) echo -Oy ;;
-fomit-frame-pointer) ;;
-g) echo -Z7 ;;
-fno-math-errno) ;;
-fno-common) ;;