>>>>> "Dan" == mcmahill  <[EMAIL PROTECTED]> 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