Il 30/12/2017 12:54, Bo Berglund via Lazarus ha scritto:

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.

In that case you might consider:

1) To use git in place of svn. It is unbelievably faster.

2) To use a separate file for debug symbols: tick in Project Options -> Compiler Options->Debugging: Use external gdb debug symbols file. In that way you get at the same time a stripped executable, and debug symbols for exactly the same executable. As long as executable (whatever.exe on Windows - whatever on Linux) and debug symbols file (whatever.dbg) are on the same directory, gdb understands it and behaves exactly as if executable had debug info.

Giuliano






-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to