November 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19433

          Issue ID: 19433
           Summary: Don't consume --DRT-* options if rt_cmdline_enabled is
                    false
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: druntime
          Assignee: nobody@puremagic.com
          Reporter: dlang-bugzilla@thecybershadow.net

Druntime will hide --DRT-* command-line arguments from the program whether or not rt_cmdline_enabled is true. However, this makes it difficult to pass through options to executed programs, i.e. D programs that run other D programs, like Dub and rdmd.

--