Commit 31c875fe authored by fbarchard@google.com's avatar fbarchard@google.com

enable chromium_code=1 to increase warning level. this will enable the same…

enable chromium_code=1 to increase warning level.  this will enable the same warnings as when built within chrome, helping avoid breakage in future.
BUG=432
TESTED=local windows build
R=bcornell@google.com

Review URL: https://webrtc-codereview.appspot.com/49839004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1386 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 35aa92a1
......@@ -19,6 +19,8 @@
'variables': {
'use_system_libjpeg%': 0,
'libyuv_disable_jpeg%': 0,
# 'chromium_code' treats libyuv as internal and increases warning level.
'chromium_code': 1,
# Link-Time Optimizations.
'use_lto%': 0,
'build_neon': 0,
......@@ -141,7 +143,7 @@
# 'LIBYUV_DISABLE_MIPS',
# Enable the following macro to build libyuv as a shared library (dll).
# 'LIBYUV_USING_SHARED_LIBRARY',
# TODO(fbarchard): Make these into gyp defines.
# TODO(fbarchard): Make these into gyp defines.
],
'include_dirs': [
'include',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment