Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: runtime/BUILD.gn

Issue 2392403002: Enable GN ASAN builds for Linux (Closed)
Patch Set: Fix mac compile Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/gn.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/BUILD.gn
diff --git a/runtime/BUILD.gn b/runtime/BUILD.gn
index 56ddeff0bdb39715122c7cfaf00a3759ba6ec3b6..e7e21bf606b5f9336e4a7664950f0459cca87c9d 100644
--- a/runtime/BUILD.gn
+++ b/runtime/BUILD.gn
@@ -181,7 +181,6 @@ config("dart_config") {
if (defined(is_asan) && is_asan) {
ldflags = [
- "-Wl,-u_sanitizer_options_link_helper",
"-fsanitize=address",
]
}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | tools/gn.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698