Re: per-file compiler flags?

2002-12-24 Thread Alexandre Duret-Lutz
gd == Guido Draheim [EMAIL PROTECTED] writes: [...] gd (a) per file compile flags: gd - it's an faq and later automake supports it natively This has yet to be implemented (any taker?). What Automake supports presently is per-target flags. The usual way to emulate per-object flags is to

per-file compiler flags?

2002-12-23 Thread Markus Werle
Hi! Consider the following case: File VeryImportant.C contains code that really needs some optimization available. But all other files could (at least during development) be compiled without optimization, for the sake of not drinking too much coffee due to long compilation times. Is there a

Re: per-file compiler flags?

2002-12-23 Thread Guido Draheim
Markus Werle wrote: Hi! Consider the following case: File VeryImportant.C contains code that really needs some optimization available. But all other files could (at least during development) be compiled without optimization, for the sake of not drinking too much coffee due to long compilation