Commit 0ed000a7 authored by glider's avatar glider Committed by Commit bot

Enable sanitizer default options for 32-bit CrOS

BUG=302040
TBR=earthdok@chromium.org

Review URL: https://codereview.chromium.org/899973006

Cr-Commit-Position: refs/heads/master@{#315291}
parent 6d0be449
......@@ -3526,7 +3526,7 @@
],
# TODO(glider): enable the default options on other systems.
'conditions': [
['use_sanitizer_options==1 and ((OS=="linux" and (chromeos==0 or target_arch!="ia32")) or OS=="mac")', {
['use_sanitizer_options==1 and (OS=="linux" or OS=="mac")', {
'dependencies': [
'<(DEPTH)/build/sanitizers/sanitizers.gyp:sanitizer_options',
],
......
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