ID:2404144
 
Resolved
A new -verbose flag has been added to the command-line compiler to show the new output such as "including [file]". These messages will no longer be output by default. There is no equivalent flag in the IDE version of Dream Maker yet but it may be considered for a future enhancement upon request.
Applies to:Dream Maker
Status: Resolved (512.1453)

This issue has been resolved.
512.1452 added messages listing every file that's included in your .dme during compile.

Any chance for having an arg added to compile without outputting the including messages during the parsing stage?

Compiling large repos such as /tg/ in visual code for example puts out so many messages that the terminal cuts off about half the output.
According to dm -h, a new option was added:

-l list all included source files

Unfortunately it does nothing because this is on by default.
Lummox JR resolved issue with message:
A new -verbose flag has been added to the command-line compiler to show the new output such as "including [file]". These messages will no longer be output by default. There is no equivalent flag in the IDE version of Dream Maker yet but it may be considered for a future enhancement upon request.