From: Ingo Oeser <ingo.oeser@informatik.tu-chemnitz.de>
To: "Paulo J. Matos aka PDestroy" <pocm@rnl.ist.utl.pt>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Compiling manually
Date: Sun, 11 Nov 2001 21:25:27 +0100 [thread overview]
Message-ID: <20011111212527.C773@nightmaster.csn.tu-chemnitz.de> (raw)
In-Reply-To: <m3k7wxkzy2.fsf@localhost.localdomain>
In-Reply-To: <m3k7wxkzy2.fsf@localhost.localdomain>; from pocm@rnl.ist.utl.pt on Sun, Nov 11, 2001 at 04:57:41PM +0000
On Sun, Nov 11, 2001 at 04:57:41PM +0000, Paulo J. Matos aka PDestroy wrote:
> How can I remove optimization from that file only or maybe
> compile the file manually and then don't let make compile the
> file again?
CFLAGS_$(your_target_file) := -O0
or
CFLAGS_$(your_target_file) := -O1
should do, what you want.
Regards
Ingo Oeser
--
In der Wunschphantasie vieler Mann-Typen [ist die Frau] unsigned und
operatorvertraeglich. --- Dietz Proepper in dasr
next prev parent reply other threads:[~2001-11-11 20:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-11 16:57 Compiling manually Paulo J. Matos aka PDestroy
2001-11-11 20:25 ` Ingo Oeser [this message]
2001-11-12 1:28 ` Keith Owens
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011111212527.C773@nightmaster.csn.tu-chemnitz.de \
--to=ingo.oeser@informatik.tu-chemnitz.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pocm@rnl.ist.utl.pt \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.