There seems to be a bug in Lazarus....The executable files are too large muahahaha Just trolling lolThis question is most disturbing and it never gets old. there are always some people asking this
May I remind our gentle readers of bug:http://bugs.freepascal.org/view.php?id=22743which asks for providing debug and production/release build modes by default?This will at least simplify answering people asking those questions: "Just use release build mode"
I think the executable size is a psychological issue mostly. I mean, with todays hard drive and USB stick capacities and networking speeds it makes no real difference most times.
I, for one, have 30 MB maximal space for my webpage, and had therefore to stop publishing binaries there, after switching from Delphi to Lazarus
Quote from: hinst on November 13, 2012, 05:08:05 pmThere seems to be a bug in Lazarus....The executable files are too large muahahaha Just trolling lolThis question is most disturbing and it never gets old. there are always some people asking thisYeah.I think the executable size is a psychological issue mostly. I mean, with todays hard drive and USB stick capacities and networking speeds it makes no real difference most times.The run-time resource usage is more important.But yes, I also hope the executables will become smaller, then nobody would complain about it.Juha
I Think this issue is related to the debug symbols that is attached to executable. If lazarus, by default, generate a external debug symbol, this issue will desapear from Mantis
Getting off-topic more and more...But, you can host your projects on sourceforge or google-code (or similar) and upload binaries there.
I Think this issue is related to the debug symbols that is attached to executable.