automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: listing some files to be build with no optimization?


From: Tom Tromey
Subject: Re: listing some files to be build with no optimization?
Date: 14 Aug 2002 09:55:11 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Dan" == mcmahill  <address@hidden> writes:

Dan> Is there an easy way in automake to indicate that certain source
Dan> files should be compiled without optimization?

Nope.  This is really a limitation of the whole GNU style of build.
The user can always set CFLAGS=-O, and there's not a very good way to
override it.

You can of course hack things by making an explicit rule to build the
.o file in question and have it ignore CFLAGS or whatever.

Tom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]