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

Unified Diff: libyuv.gyp

Issue 1685723002: add 'LIBYUV_DISABLE_X86' to msan for unittests (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: move conditional for msan to existing block Created 4 years, 10 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
« .gitignore ('K') | « include/libyuv/version.h ('k') | libyuv_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libyuv.gyp
diff --git a/libyuv.gyp b/libyuv.gyp
index 3909a97382d38f6fd6ef94750c3c1c91a40904f1..44dec09eeca01f6864a6fe100644ec80f2ccacce 100644
--- a/libyuv.gyp
+++ b/libyuv.gyp
@@ -42,7 +42,7 @@
# Change type to 'shared_library' to build .so or .dll files.
'type': 'static_library',
'variables': {
- # 'optimize': 'max', # enable O2 and ltcg.
+ 'optimize': 'max', # enable O2 and ltcg.
},
# Allows libyuv.a redistributable library without external dependencies.
'standalone_static_library': 1,
« .gitignore ('K') | « include/libyuv/version.h ('k') | libyuv_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698