]> granicus.if.org Git - libvpx/commit
make two compiler options explicit for Visual Studio projects bali
authorJames Berry <jamesberry@google.com>
Fri, 6 May 2011 14:21:12 +0000 (10:21 -0400)
committerJames Berry <jamesberry@google.com>
Fri, 6 May 2011 19:35:47 +0000 (15:35 -0400)
commit961910268307871a938d3fca73884f2740b84eeb
treeaf7da898d02e20ba8a3710cd17624830243a3c0b
parent86920e52ea15ab24470abf3f9497f86d9c2a4734
make two compiler options explicit for Visual Studio projects

This patch changes the release configuration of MS VS projects to
explicitly use two compiler options "Maximize Speed (/O2)" and
"Favor fast code(/Ot)".

This change was back ported from the master branch, with the
additional change to remove a dependency on obj_int_extract.bat

Change-Id: Ie059bdf772e0976e480503af28e1756ecf5bb9b9
build/make/gen_msvs_proj.sh