Skip to content

Commit 131b50d

Browse files
committedMar 20, 2020
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: nodejs#32325 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Matheus Marchini <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent c160073 commit 131b50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎configure.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@
579579
parser.add_option('--enable-asan',
580580
action='store_true',
581581
dest='enable_asan',
582-
help='build with asan')
582+
help='compile for Address Sanitizer to find memory bugs')
583583

584584
parser.add_option('--enable-static',
585585
action='store_true',

0 commit comments

Comments
 (0)
Please sign in to comment.