From 9f4a16c52ea8f2383244587ea4cb534fe7f6da49 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Mon, 24 Jun 2013 21:10:11 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index da620953db..fdbea76076 100755 --- a/configure +++ b/configure @@ -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) ;; -- cgit v1.2.3