Skip to content

Commit a3848e5

Browse files
sam-githubtargos
authored andcommittedApr 22, 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: #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>
1 parent 85ae566 commit a3848e5

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
@@ -574,7 +574,7 @@
574574
parser.add_option('--enable-asan',
575575
action='store_true',
576576
dest='enable_asan',
577-
help='build with asan')
577+
help='compile for Address Sanitizer to find memory bugs')
578578

579579
parser.add_option('--enable-static',
580580
action='store_true',

0 commit comments

Comments
 (0)
Please sign in to comment.