On Thu, Dec 15, 2016 at 06:00:56PM +0100, Steve Lhomme wrote: > From: Steve Lhomme <[email protected]> > > Without any optimization flags, MSVC does no dead code elimination (DCE) at > all, even for the most trivial cases. DCE is a prerequisite for building libav > correctly, otherwise there are undefined references to functions for other > architectures and disabled components. > > -O1 is the minimal optimization flags for MSVC that does include DCE. > --- > configure | 1 + > 1 file changed, 1 insertion(+)
LGTM Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
