(Temporarily) disable -Wl,-z,defs when using sanitizers
commit2eff74b542c9dceb330967c7fa06274a4addf443
authorjamesr <jamesr@chromium.org>
Thu, 22 Jan 2015 02:49:24 +0000 (21 18:49 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 02:50:10 +0000 (22 02:50 +0000)
treecbdfb740e000ac256028ccf60dd54616aa8aac89
parentb1df9f57a4e3d376230e0aab0d17d724bed2adf3
(Temporarily) disable -Wl,-z,defs when using sanitizers

Compiling with -Wl,-z,defs and asan requires declaring a dependency on
//build/config/sanitizers:deps in every shared_library and executable,
however piles and piles of targets do not do this yet so this flag busts
the asan/etc builds in GN.  Disable for now so we can add the
dependencies bit by bit.

R=thakis@chromium.org
BUG=371125

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

Cr-Commit-Position: refs/heads/master@{#312543}
build/config/compiler/BUILD.gn