all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Checking all C warning flags at once during configuration
@ 2019-04-29 14:53 Alex Gramiak
  2019-04-29 19:39 ` Paul Eggert
  0 siblings, 1 reply; 7+ messages in thread
From: Alex Gramiak @ 2019-04-29 14:53 UTC (permalink / raw)
  To: emacs-devel

There was recently a discussion about the long configuration step of the
build process, and I noticed that a non-negligible section involved
checking support for specific C warning flags.

Assuming that most/all of the warnings are supported by common modern
compilers, would it make sense to first check _all_ (or, at least the
commonly supported) warning flags simultaneously and then only check
them individually if there was an error?

This way the common behaviour would be sped up a bit, and the case of
unsupported flags would just be an extra AC_LINK_IFELSE slower.



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-01 23:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-29 14:53 Checking all C warning flags at once during configuration Alex Gramiak
2019-04-29 19:39 ` Paul Eggert
2019-04-30 18:52   ` Alex Gramiak
2019-04-30 19:38     ` Paul Eggert
2019-05-01 18:25       ` Alex Gramiak
2019-05-01 18:31         ` Paul Eggert
2019-05-01 23:13           ` Alex Gramiak

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.