diff options
author | Brad Laue <brad@gentoo.org> | 2003-08-18 01:47:09 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-08-18 01:47:09 +0000 |
commit | ce78c31c7ec469eb3f546d7717c2e2d954f4d8bf (patch) | |
tree | 425c33e5e6d4fa692ad5e4b154a2cb292d7a3c8c /net-mail/mozilla-thunderbird | |
parent | add gtk+ to DEPEND, add docs, clean up the build. (diff) | |
download | gentoo-2-ce78c31c7ec469eb3f546d7717c2e2d954f4d8bf.tar.gz gentoo-2-ce78c31c7ec469eb3f546d7717c2e2d954f4d8bf.tar.bz2 gentoo-2-ce78c31c7ec469eb3f546d7717c2e2d954f4d8bf.zip |
back optimizations down to -O2
Diffstat (limited to 'net-mail/mozilla-thunderbird')
-rw-r--r-- | net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild | 4 | ||||
-rw-r--r-- | net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild index fec181184bcb..418c9b29f750 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild,v 1.2 2003/08/11 19:39:41 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030807.ebuild,v 1.3 2003/08/18 01:47:09 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -79,7 +79,7 @@ src_compile() { --disable-dtd-debug \ --disable-logging \ --enable-reorder \ - --enable-optimize="-O3" \ + --enable-optimize="-O2" \ --enable-strip \ --enable-strip-libs \ --enable-cpp-rtti \ diff --git a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild index 8cb05d1fefeb..e1071aaa870f 100644 --- a/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild +++ b/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild,v 1.1 2003/08/17 16:43:48 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mozilla-thunderbird/mozilla-thunderbird-0.2_alpha20030813.ebuild,v 1.2 2003/08/18 01:47:09 brad Exp $ inherit makeedit flag-o-matic gcc nsplugins @@ -79,7 +79,7 @@ src_compile() { --disable-dtd-debug \ --disable-logging \ --enable-reorder \ - --enable-optimize="-O3" \ + --enable-optimize="-O2" \ --enable-strip \ --enable-strip-libs \ --enable-cpp-rtti \ |