From owner-freebsd-stable Wed Sep 5 12:18:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from misha.privatelabs.com (misha.privatelabs.com [66.9.25.166]) by hub.freebsd.org (Postfix) with ESMTP id 62D1437B409 for ; Wed, 5 Sep 2001 12:18:18 -0700 (PDT) Received: (from mi@localhost) by misha.privatelabs.com (8.11.3/8.11.1) id f85JIHL00841 for stable@freebsd.org; Wed, 5 Sep 2001 15:18:17 -0400 (EDT) (envelope-from mi) From: Mikhail Teterin Message-Id: <200109051918.f85JIHL00841@misha.privatelabs.com> Subject: -lc_r and -g To: stable@freebsd.org Date: Wed, 5 Sep 2001 15:18:17 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL88 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I'm building the -stable world right now and noticing, that the CFLAGS for libc_r are "-g -pipe". There are some *DEBUG* flags defined too. Is that intentional? Is that how we plan to release? IMHO, the flags for the release should be something like this: -O -pipe ${PROG:C/.+/-fomit-frame-pointer/} -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message