diff options
author | des <des@FreeBSD.org> | 2006-02-03 10:55:00 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-02-03 10:55:00 +0000 |
commit | c240423edcd7afffffe553039211f0bdf33f3d95 (patch) | |
tree | a1b8a56f6b5d7516ca5f49a585d1321ea4bb0a5a | |
parent | 34c591bb1c198d5ad16eb7d55999e2bd7abcd507 (diff) | |
download | FreeBSD-src-c240423edcd7afffffe553039211f0bdf33f3d95.zip FreeBSD-src-c240423edcd7afffffe553039211f0bdf33f3d95.tar.gz |
Use -O2 on RELENG_6 as well
-rw-r--r-- | tools/tools/tinderbox/etc/releng_6.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/tools/tinderbox/etc/releng_6.rc b/tools/tools/tinderbox/etc/releng_6.rc index 2a4065c..133cfcd 100644 --- a/tools/tools/tinderbox/etc/releng_6.rc +++ b/tools/tools/tinderbox/etc/releng_6.rc @@ -6,4 +6,6 @@ branches = RELENG_6_0, RELENG_6 platforms = alpha, amd64, i386/i386, i386/pc98, sparc64 +cflags = -O2 -pipe +coptflags = %%CFLAGS%% recipient = %%SENDER%%,<stable@freebsd.org>,<%%arch%%@freebsd.org> |