"-inline" is bad!

Janice Caron caron800 at googlemail.com
Fri Nov 16 10:18:33 PST 2007


On 11/16/07, Sascha Katzner <sorry.no at spam.invalid> wrote:
> when you change
> such a file without rebuilding the file in which it was inlined the
> changes will not be in the resulting executable.

Or put another way, when you modify a source file in any way
whatsoever, regardless of compiler options, the wise thing to do is to
recompile that file and all dependencies of that file.

That's what makefiles were for back in the bad old days, and what
proper build utilities are for now.



More information about the Digitalmars-d mailing list