Re: Feature request: per-file compilation flags

2010-03-31 Thread Jack Kelly
On Wed, Mar 31, 2010 at 9:04 AM, Manoj Rajagopalan wrote: >   A typical use case for me is when one particular function that resides in a > file by itself must be compiled without optimizations so that some > machine-specific numerical information can be calculated accurately. With C++ > the volat

Feature request: per-file compilation flags

2010-03-30 Thread Manoj Rajagopalan
Hi, I am using automake 1.10.1 on KUbuntu 8.04/i686. I have been using autotools for a while and per-file compilation flags is something I miss quite often. Would it be possible to introduce this feature so that each file can be given custom compilation flags if required? For a target mu