diff options
| author | Lei Zhang <thestig@chromium.org> | 2015-03-08 22:37:11 -0700 |
|---|---|---|
| committer | Lei Zhang <thestig@chromium.org> | 2015-03-09 05:39:08 +0000 |
| commit | 70d2521d044f34dce21cbcc754c1ef99226e53c2 (patch) | |
| tree | c5151b2feb6cda8afc76de0d890625ee9cd05502 | |
| parent | 93f64cca160bc0f987405f8f15ba06d13716f002 (diff) | |
| download | chromium_src-70d2521d044f34dce21cbcc754c1ef99226e53c2.zip chromium_src-70d2521d044f34dce21cbcc754c1ef99226e53c2.tar.gz chromium_src-70d2521d044f34dce21cbcc754c1ef99226e53c2.tar.bz2 | |
Disable failing ODR detection for Valgrind as well.
BUG=449754
R=thakis@chromium.org
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/988243002
Cr-Commit-Position: refs/heads/master@{#319599}
| -rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index fd2fc1a..b39947d 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -4492,7 +4492,7 @@ ], 'conditions': [ # TODO(thestig): Enable this for disabled cases. - [ 'buildtype!="Official" and chromeos==0 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan==0 and ubsan_vptr==0', { + [ 'buildtype!="Official" and chromeos==0 and release_valgrind_build==0 and asan==0 and lsan==0 and tsan==0 and msan==0 and ubsan==0 and ubsan_vptr==0', { 'ldflags': [ '-Wl,--detect-odr-violations', ], |
