OSDN Git Service

configure: Do not explicitly set Oy for msvc/icl
authorAlex Smith <alex.smith@warpsharp.info>
Mon, 24 Jun 2013 21:10:11 +0000 (21:10 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 24 Jun 2013 22:51:20 +0000 (18:51 -0400)
commit9f4a16c52ea8f2383244587ea4cb534fe7f6da49
treec7c70c017937f3909df4c79981e61f5bf8a8f13f
parentb6507930ac1898aed62ab0b56afc7d6734ad830b
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>
configure