doc/install.texi: add documentation for --disable-libsanitizer

This patch adds an item for --disable-libsanitizer to the configuration
documentation.
The option is especially useful during bisection, because it reduces
build time a lot.

2014-09-15  Markus Trippelsdorf  <markus@trippelsdorf.de>

	* doc/install.texi (Options specification): add
	--disable-libsanitizer item.

From-SVN: r215259
This commit is contained in:
Markus Trippelsdorf 2014-09-15 06:33:18 +00:00 committed by Markus Trippelsdorf
parent 051695352c
commit 6a92920539
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2014-09-15 Markus Trippelsdorf <markus@trippelsdorf.de>
* doc/install.texi (Options specification): add
--disable-libsanitizer item.
2014-09-14 James Clarke <jrtc27@jrtc27.com>
Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>

View File

@ -1451,6 +1451,10 @@ be built. This can be useful for debugging, or for compatibility with
previous Ada build procedures, when it was required to explicitly
do a @samp{make -C gcc gnatlib_and_tools}.
@item --disable-libsanitizer
Specify that the run-time libraries for the various sanitizers should
not be built.
@item --disable-libssp
Specify that the run-time libraries for stack smashing protection
should not be built.