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
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
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