Re: [Lazarus] Build Lazarus without symbols included?

2020-08-06 Thread leledumbo via lazarus
> Is there a setting somewhere in Lazarus that will build lazarus itself > without the symbols, but still create symbols in projects built using > Lazarus? Tools->Configure build Lazarus->Options: -g- -CX -XXs -- Sent from: http://free-pascal-lazarus.989080.n3.nabble.com/ -- __

[Lazarus] Build Lazarus without symbols included?

2020-08-06 Thread Bo Berglund via lazarus
I am never ever going to debug Lazarus itself since I am just a user, so it makes no sense to inflate the size of the Lazarus executable with the symbols... Every time I rebuild Lazarus symbols are added to the binary and I have to remember to close lazarus and issue the strip -s command to reduce