From a3848e51aa3423d505b37e4ab03f5a51177f8659 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 5c1360615de6b3..660c8fc41aebf5 100755 --- a/configure.py +++ b/configure.py @@ -574,7 +574,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',