| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index 24f2e7a74f44e16907330197d9d0b8aaaeb49994..fbf25ae5cc390b4613f489737accd2a72af9976b 100644
|
| --- a/build/standalone.gypi
|
| +++ b/build/standalone.gypi
|
| @@ -38,7 +38,7 @@
|
| # Track where uninitialized memory originates from. From fastest to
|
| # slowest: 0 - no tracking, 1 - track only the initial allocation site, 2
|
| # - track the chain of stores leading from allocation site to use site.
|
| - 'msan_track_origins%': 1,
|
| + 'msan_track_origins%': 2,
|
| 'visibility%': 'hidden',
|
| 'v8_enable_backtrace%': 0,
|
| 'v8_enable_i18n_support%': 1,
|
|
|