> export CFLAGS=whatever Of course, but then i overwrite all flags that configure sets by default, and that's probably not very clean (although i don't think it makes a lot of difference at this point).
> |> have configure build a distributable binary by default ? > What do you mean with "distributable"? That was the wrong word. I meant 'a binary, without debugging code'. Am i right if stripping a binary compiled with -g is not the same thing as not compiling it with -g ? cheers, Remko