| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index fd2fc1a27f7bb20afbcd70d6f3005e8589444e64..b39947df0d584ede63f9cacf72e2a8e3cd083714 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',
|
| ],
|
|
|