<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p>Autotools (especially libtool) is very slow on MinGW. On my
      system, compiling the /extra externals takes significantly longer
      than compiling the actual Pd application, only because of libtool.
      <br>
    </p>
    <p><br>
    </p>
    <p>If you want to get faster build times, rewrite the build system
      in CMake and compile with MSVC :-)</p>
    <p><br>
    </p>
    <p>How often do you need to recompile whole Pd? Usually, you just
      change 1-2 files and this should compile and link rather quickly.
      "make app" is also slow (again, because of libtool). Usually, I
      only run "make app" once and then just copy pd.dll into the Pd
      folder on the command line (assuming you only make changes to the
      core):</p>
    <p><br>
    </p>
    <p>cp ./src/pd.dll ./pd-0.50.2/bin</p>
    <p><br>
    </p>
    <p>Christof<br>
    </p>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 20.04.2020 22:23, Henri Augusto
      Bisognini wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CY4PR17MB1446611EB40AC38AE3EDFB63CCD40@CY4PR17MB1446.namprd17.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
        255, 255);"> Hi list!<br>
        <br>
        I'm using the usual build tools (as in INSTALL.txt) for
        compiling PD. Builds here can take several minutes for
        completion.<br>
        <br>
      </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
        255, 255);"> I know that compiling times on windows are
        generally slower than Linux and sometimes OSX. But i wonder if
        there is any pd-specific tips on optimizing compile time on
        Windows.</div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
        255, 255);"> <br>
      </div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
        255, 255);"> Cheers,</div>
      <div style="font-family: Calibri, Helvetica, sans-serif;
        font-size: 12pt; color: rgb(0, 0, 0); background-color: rgb(255,
        255, 255);"> Henri</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Pd-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pd-dev@lists.iem.at" moz-do-not-send="true">Pd-dev@lists.iem.at</a>
<a class="moz-txt-link-freetext" href="https://lists.puredata.info/listinfo/pd-dev" moz-do-not-send="true">https://lists.puredata.info/listinfo/pd-dev</a>
</pre>
    </blockquote>
  </body>
</html>