From owner-cvs-all Thu Oct 1 02:27:10 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA17445 for cvs-all-outgoing; Thu, 1 Oct 1998 02:27:10 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA17437; Thu, 1 Oct 1998 02:27:08 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA16704; Thu, 1 Oct 1998 02:27:03 -0700 (PDT) Date: Thu, 1 Oct 1998 02:27:03 -0700 (PDT) Message-Id: <199810010927.CAA16704@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release Makefile Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/10/01 02:27:03 PDT Modified files: release Makefile Log: Urk!! At some point, CFLAGS got set to -O2 rather than -O (which has always been our "recommended optimization flag") and this causes problems on the Alpha in addition to being generally wrong. Noticed by: dfr Revision Changes Path 1.395 +2 -2 src/release/Makefile