Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2110)

Unified Diff: third_party/libvpx_new/libvpx.gyp

Issue 1362783002: Always use 'max' optimizations for Windows builds (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: default_optimization Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libvpx_new/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx_new/libvpx.gyp
diff --git a/third_party/libvpx_new/libvpx.gyp b/third_party/libvpx_new/libvpx.gyp
index 8c6b106d7bf510acc15b06a9875cd4f5cd7bcb0b..7cf7905afc6e4f9c61d58f94fbb7856c91eb928b 100644
--- a/third_party/libvpx_new/libvpx.gyp
+++ b/third_party/libvpx_new/libvpx.gyp
@@ -55,9 +55,8 @@
],
'variables': {
'conditions': [
- ['OS=="win" and buildtype=="Official"', {
- # Do not set to 'size', as it results in an error on win64.
- 'optimize' :'speed',
+ ['OS=="win"', {
+ 'optimize' :'max',
}],
],
'clang_warning_flags': [
« no previous file with comments | « third_party/libvpx_new/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698