From 8ea5ffc033f5dbbbf30a9a115b80b2daf567170a Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Tue, 17 Mar 2020 09:04:20 -0700 Subject: [PATCH] build: expand ASAN acronym in configure help There is lots of space to expand this not-so-well-known acronym in the option usage message. PR-URL: https://github.com/nodejs/node/pull/32325 Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Matheus Marchini Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: James M Snell --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index e98801f2279f6b..008056de087501 100755 --- a/configure.py +++ b/configure.py @@ -579,7 +579,7 @@ parser.add_option('--enable-asan', action='store_true', dest='enable_asan', - help='build with asan') + help='compile for Address Sanitizer to find memory bugs') parser.add_option('--enable-static', action='store_true',