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.
  • Loading branch information
sam-github committed Mar 20, 2020
1 parent c160073 commit 4ca6f1b
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 4ca6f1b

Please sign in to comment.