From: teigland@sourceware.org <teigland@sourceware.org>
To: cluster-devel.redhat.com
Subject: [Cluster-devel] cluster configure
Date: 14 Sep 2007 14:32:05 -0000 [thread overview]
Message-ID: <20070914143205.2095.qmail@sourceware.org> (raw)
CVSROOT: /cvs/cluster
Module name: cluster
Changes by: teigland at sourceware.org 2007-09-14 14:32:04
Modified files:
. : configure
Log message:
go back to default of -02 now that -Werror problems are fixed
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/configure.diff?cvsroot=cluster&r1=1.30&r2=1.31
--- cluster/configure 2007/09/07 14:21:29 1.30
+++ cluster/configure 2007/09/14 14:32:04 1.31
@@ -136,7 +136,7 @@
print "\nbuild flags:\n";
print "--cc=\t\tcompiler to use. (Default: gcc)\n";
print "--debug\t\tEnable debugging build. Changes default CFLAGS to -Wall -O0 -DDEBUG -g.\n";
- print "--cflags=\toverride default CFLAGS settings. (Default: -Wall -O0 -g)\n";
+ print "--cflags=\toverride default CFLAGS settings. (Default: -Wall -O2 -g)\n";
print "--extracflags=\tadd extra compiler options to default CFLAGS setting. (Default: none)\n";
print "--ldflags=\toverride default LDFLAGS settings. (Default: none)\n";
print "--extraldflags=\tadd extra linking options to default LDFLAGS settings. (Default: none)\n";
@@ -180,7 +180,7 @@
if (!$cflags) {
$cflags="-Wall";
if (!$debug) {
- $cflags="${cflags} -O0";
+ $cflags="${cflags} -O2";
} else {
$cflags="${cflags} -O0 -DDEBUG";
}
next reply other threads:[~2007-09-14 14:32 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-14 14:32 teigland [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-01-28 6:43 [Cluster-devel] cluster configure fabbione
2008-01-07 18:58 lhh
2007-12-21 7:28 fabbione
2007-12-21 5:58 fabbione
2007-12-19 5:48 fabbione
2007-12-06 10:38 pcaulfield
2007-11-24 4:57 fabbione
2007-10-26 19:18 rmccabe
2007-10-01 3:28 fabbione
2007-09-28 6:19 fabbione
2007-09-24 14:43 fabbione
2007-09-06 16:26 teigland
2007-09-06 16:24 teigland
2007-06-06 8:42 fabbione
2007-05-21 10:16 pcaulfield
2006-10-05 16:50 teigland
2006-08-02 22:47 rpeterso
2006-07-19 17:13 teigland
2006-07-19 14:51 teigland
2006-07-19 14:04 rpeterso
2006-06-28 19:54 jbrassow
2006-06-14 20:44 cfeist
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070914143205.2095.qmail@sourceware.org \
--to=teigland@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).