| Index: trunk/src/components/nacl.gyp
|
| ===================================================================
|
| --- trunk/src/components/nacl.gyp (revision 260036)
|
| +++ trunk/src/components/nacl.gyp (working copy)
|
| @@ -189,12 +189,6 @@
|
| '../sandbox/sandbox.gyp:sandbox',
|
| '../ppapi/ppapi_internal.gyp:ppapi_proxy',
|
| ],
|
| - 'ldflags!': [
|
| - # Do not pick the default ASan options from
|
| - # base/debug/sanitizer_options.cc to avoid th conflict with
|
| - # those in nacl/nacl_helper_linux.cc.
|
| - '-Wl,-u_sanitizer_options_link_helper',
|
| - ],
|
| 'defines': [
|
| '<@(nacl_defines)',
|
| # Allow .cc files to know if they're being compiled as part
|
|
|