[Issue 14955] [D1] Add module profiling feature

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 27 19:01:26 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14955

Dicebot <public at dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |public at dicebot.lv

--- Comment #2 from Dicebot <public at dicebot.lv> ---
Technically you can but separate compilation like that is very effort consuming
to add to any non-trivial build system (if it doesn't support separate
compilation from the very beginning). In our use case there is in-house
makefile framework that handles most of low level details automatically and
circumventing that is considerably more effort than just overriding DFLAGS in
whole makefile.

On the other hand, is there any reason why it is a bad idea (apart from general
"minimize additions" concern)?

--


More information about the Digitalmars-d-bugs mailing list