Chromium Code Reviews| Index: chrome/nacl.gypi |
| =================================================================== |
| --- chrome/nacl.gypi (revision 230682) |
| +++ chrome/nacl.gypi (working copy) |
| @@ -24,6 +24,11 @@ |
| '../sandbox/sandbox.gyp:libc_urandom_override', |
| '../sandbox/sandbox.gyp:sandbox', |
| ], |
| + 'ldflags!': [ |
| + # Do not pick the default ASan options from |
| + # base/debug/sanitizer_options.cc. |
|
Nico
2013/10/30 04:50:37
why not? (say in the comment)
Alexander Potapenko
2013/10/30 14:25:55
Done.
|
| + '-Wl,-u_sanitizer_options_link_helper', |
| + ], |
| 'defines': [ |
| '<@(nacl_defines)', |
| ], |