<html>
    <head>
      <base href="http://bugzilla.gdcproject.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GDC needs friendlier command switches"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=119#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - GDC needs friendlier command switches"
   href="http://bugzilla.gdcproject.org/show_bug.cgi?id=119">bug 119</a>
              from <span class="vcard"><a class="email" href="mailto:ibuclaw@gdcproject.org" title="Iain Buclaw <ibuclaw@gdcproject.org>"> <span class="fn">Iain Buclaw</span></a>
</span></b>
        <pre>OK, this is my proposal:

--dump=json (-fXf)
--dump=tls (-fd-vtls)
--dump=frontend (-fd-verbose)
--dump=all  (all above)

All the above shall be written to a file, not stderr (this is so that these
options never conflct with -pipe)

Files generated by --dump will be written in the working directory where gdc
was called from.


--write-ddoc (-fdoc-file)
--write-interfaces (-fintfc)
--write-dependencies (-fmake-deps)
--write-user-dependencies (-fmake-mdeps)

*.ddoc will be added to lang-spec.h as a recognised language file instead of
the ugly -fdoc-inc=

Remove -dir= switches, maybe also remove the -file= switches too.

Files generated by --write will be written in the same directory path as the -o
file</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are watching all bug changes.</li>
      </ul>
    </body>
</html>