Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2020-03-17 19:04:20 +0300
committerSam Roberts <vieuxtech@gmail.com>2020-03-21 00:28:52 +0300
commit131b50d1878924291e4a7e3304e180494d5a3e0f (patch)
treea7c201fa32d23ca018ce154f02237d1929b5aa7b /configure.py
parentc16007381f0325af866e9f382b0d9457af540d08 (diff)
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 <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index e98801f2279..008056de087 100755
--- a/configure.py
+++ b/configure.py
@@ -579,7 +579,7 @@ parser.add_option('--ninja',
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',