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

Dicebot <pub...@dicebot.lv> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pub...@dicebot.lv

--- Comment #2 from Dicebot <pub...@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)?

--

Reply via email to