[Lazarus] Strip debug info

Graeme Geldenhuys graemeg.lists at gmail.com
Sun Apr 29 11:59:08 CEST 2012


On 29 April 2012 11:21, Florian Klämpfl <florian at freepascal.org> wrote:
> Using debug and release settings is something very basic when working on
> software being deployed to others.

I fully agree. MSEide has project setting groups where you can define
debug and release settings. Lazarus IDE I believe now has such
functionality too in Trunk. This is even possible from the command
line using something like:

   fpc @debug.cfg myproject.pas
   fpc @release.cfg myproject.pas

The 'debug.cfg' and 'release.cfg' are simply text files with compiler
settings (one per line).


-- 
Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://fpgui.sourceforge.net




More information about the Lazarus mailing list