make two compiler options explicit for Visual Studio projects
authorYaowu Xu <yaowu@google.com>
Thu, 21 Apr 2011 20:27:42 +0000 (13:27 -0700)
committerYaowu Xu <yaowu@google.com>
Thu, 21 Apr 2011 20:27:42 +0000 (13:27 -0700)
commitddb6edd8317904d96db6c06979f48c1690146f69
tree648bc6d06e11e9feedc256bca2f46f8adaa0d58f
parent7a49accd0b65453057762929efc7eed93deba043
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)".

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