]> git.eshelyaron.com Git - emacs.git/commit
Speed up GCC 10.1 compilation in default Git builds
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jul 2020 23:35:48 +0000 (16:35 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 9 Jul 2020 23:38:44 +0000 (16:38 -0700)
commit501306557c6bb65007f384aa203999d1577d0e99
tree8cc060a5acaf072084496192a3d242a194162020
parent0fc8671d10ccab52d78afdaeb715bcc9e52c0ac0
Speed up GCC 10.1 compilation in default Git builds

* configure.ac (nw): GCC 10.1 introduced warnings enabled by -fanalyzer
that slow down compilation considerably.  Generate these warnings only
if --enable-gcc-warnings is explicitly given.  Also, do not bother to
eliminate warnings that Gnulib’s revised manywarnings module no longer
generates.
configure.ac