When building a large program is it possible to get a list of what unit and include files are used at the various stages and to put them in an unambiguously-named file?

What I'd like to be able to do is to build the entire compiler suite and then if I needed to run anything- for example the fp IDE- under gdb having a complete and accurate description of what was incorporated.

Wishlist: a predefined macro describing the options with which the compiler was built, which an application program can display as part of its "about" information. Also possibly something which describes the options when the app was built. In particular things like optimisation level which can affect code generation.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to