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 ti

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 conv

Re: configure and intel's C++: inappropriate flags -MT -MD -MP -MF

2002-12-23 Thread Markus Werle
Alexandre Duret-Lutz wrote: > Maybe your are not setting the compiler early enough? Since > ./configure decides which flags to use it must know the > compiler. Therefore you should run > > ./configure CC=mycc; make This is what I did. So the problem is somewhere else. The problem is that Inte