diff options
author | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-15 06:33:18 +0000 |
---|---|---|
committer | trippels <trippels@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-09-15 06:33:18 +0000 |
commit | 76e4118d8f8db50d774f6629bd91525ff4b3b7f8 (patch) | |
tree | 6ec7e9a0159e0d1ffb64f8c120d78d24e486cd49 /gcc/doc | |
parent | 8e73c45455c2ee5a48832a4c4d555326c5266035 (diff) | |
download | gcc-76e4118d8f8db50d774f6629bd91525ff4b3b7f8.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@215259 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index b1e9eb95d71..75ac9a698c2 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -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. |