From c240423edcd7afffffe553039211f0bdf33f3d95 Mon Sep 17 00:00:00 2001 From: des Date: Fri, 3 Feb 2006 10:55:00 +0000 Subject: Use -O2 on RELENG_6 as well --- tools/tools/tinderbox/etc/releng_6.rc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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%%,,<%%arch%%@freebsd.org> -- cgit v1.1