<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Il 30/12/2017 12:54, Bo Berglund via Lazarus ha scritto:<br>
    </p>
    <blockquote type="cite"
      cite="mid:8cve4dl67htij85ata4jlt8q5aapdbeb7a@4ax.com">
      <pre wrap="">Because the server I use is located in Austin, Tx and I am in Sweden.
Have to use a VPN, which is not fast at all.
</pre>
    </blockquote>
    <p>In that case you might consider:</p>
    1) To use git in place of svn. It is unbelievably faster.<br>
    <p>2) To use a separate file for debug symbols: tick in Project
      Options -> Compiler Options->Debugging: <b>Use external gdb
        debug symbols file</b>. In that way you get at the same time a
      stripped executable, and debug symbols for exactly the same
      executable. As long as executable (<i>whatever.exe</i> on Windows
      - <i>whatever</i> on Linux) and debug symbols file (<i>whatever.dbg</i>)
      are on the same directory, gdb understands it and behaves exactly
      as if executable had debug info.</p>
    <p>Giuliano</p>
    <p><br>
    </p>
    <br>
    <br>
    <br>
  </body>
</html>