Skip to content

Commit

Permalink
build: expand ASAN acronym in configure help
Browse files Browse the repository at this point in the history
There is lots of space to expand this not-so-well-known acronym in the
option usage message.

PR-URL: #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]>
  • Loading branch information
sam-github authored and MylesBorins committed Mar 24, 2020
1 parent 243d0d4 commit 8ea5ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8ea5ffc

Please sign in to comment.