| Index: build/toolchain/nacl_toolchain.gni
|
| diff --git a/build/toolchain/nacl_toolchain.gni b/build/toolchain/nacl_toolchain.gni
|
| index 7a988bf214626ef07cd744cdcfced0afc0398465..ea4c5ec69e77bd2cb61392b6c5a066fe96fce8dc 100644
|
| --- a/build/toolchain/nacl_toolchain.gni
|
| +++ b/build/toolchain/nacl_toolchain.gni
|
| @@ -56,9 +56,8 @@ template("nacl_toolchain") {
|
| symbol_level = invoker.symbol_level
|
| }
|
|
|
| - # We do not support component builds or sanitizers with the NaCl toolchains.
|
| + # We do not support component builds with the NaCl toolchains.
|
| is_component_build = false
|
| - clear_sanitizers = true
|
|
|
| # We do not support tcmalloc in the NaCl toolchains.
|
| use_allocator = "none"
|
|
|