On 12/3/07, Marc Karasek Marc.Karasek@sun.com wrote:
Looks to me like the none option does not turn it off but only clears any prior options set on the command line.
If you look at the ld command line (by adding -v to the gcc command line) you will see that gcc adds the --build-id option. So --build-id=none turns it off.
--Ed