All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] [PATCH] Cleanup some common CFLAGS
@ 2007-08-26  5:35 Fabio Massimo Di Nitto
  2007-08-27  6:40 ` Fabio Massimo Di Nitto
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Massimo Di Nitto @ 2007-08-26  5:35 UTC (permalink / raw)
  To: cluster-devel.redhat.com

The following patch does:

- change the default CFLAGS to -Wall -O2 -g
- add --debug option to configure that will override the default
  CFLAGS to -Wall -O0 -DDEBUG -g
- clean up all the relevant Makefiles
- add a few missing ; to configure script (almost cosmetic since
  perl didn't trip on them).

NOTE that some subproject were using -ggdb with notes that had to be removed.
This is basically the only "major" change in the set since it will switch to a
more common -g. According to gcc 4.1 man page -g is still good enough to
generate enough debugging information for gdb.

Please ACK or apply.

Fabio

PS The patch depends on the previous Makefile cleanup I posted on the mailing
list right before this one.

-- 
I'm going to make him an offer he can't refuse.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: morecommonopts.diff
URL: <http://listman.redhat.com/archives/cluster-devel/attachments/20070826/6fdd7fe2/attachment.ksh>

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

end of thread, other threads:[~2007-08-28  4:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-26  5:35 [Cluster-devel] [PATCH] Cleanup some common CFLAGS Fabio Massimo Di Nitto
2007-08-27  6:40 ` Fabio Massimo Di Nitto
2007-08-27 15:45 ` Bob Peterson
2007-08-27 17:38   ` Fabio Massimo Di Nitto
2007-08-27 21:22 ` Lon Hohberger
2007-08-28  4:22   ` Fabio Massimo Di Nitto

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.