From owner-freebsd-current Mon Apr 1 16:51:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17672 for current-outgoing; Mon, 1 Apr 1996 16:51:00 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA17666 for ; Mon, 1 Apr 1996 16:50:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.7.5/8.6.11) with SMTP id BAA03553 ; Tue, 2 Apr 1996 01:50:08 +0100 (BST) To: "Marc G. Fournier" cc: current@FreeBSD.ORG From: "Gary Palmer" Subject: Re: disabling -O for kernel In-reply-to: Your message of "Mon, 01 Apr 1996 15:33:16 CDT." Date: Tue, 02 Apr 1996 01:50:06 +0100 Message-ID: <3551.828406206@palmer.demon.co.uk> Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Marc G. Fournier" wrote in message ID : > Exactly *where* do I disable -O from? I've just modified > /usr/src/sys/compile//Makefile to get rid of it, but as soon as I > do another config, its going to put it back in again, so where exactly > do I disable it so that when I do do a config, it doesn't put it > in again? Two places: /etc/make.conf can define local options using `COPTFLAGS', else /sys/i386/conf/Makefile.i386 defines it to be `-O'. Gary