Commit 70d2521d authored by Lei Zhang's avatar Lei Zhang

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}
parent 93f64cca
...@@ -4492,7 +4492,7 @@ ...@@ -4492,7 +4492,7 @@
], ],
'conditions': [ 'conditions': [
# TODO(thestig): Enable this for disabled cases. # 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': [ 'ldflags': [
'-Wl,--detect-odr-violations', '-Wl,--detect-odr-violations',
], ],
......
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