diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2020-03-17 09:04:20 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2020-03-20 14:28:52 -0700 |
commit | 131b50d1878924291e4a7e3304e180494d5a3e0f (patch) | |
tree | a7c201fa32d23ca018ce154f02237d1929b5aa7b /configure.py | |
parent | c16007381f0325af866e9f382b0d9457af540d08 (diff) | |
download | node-new-131b50d1878924291e4a7e3304e180494d5a3e0f.tar.gz |
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-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index e98801f227..008056de08 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', |