On 29 April 2012 11:21, Florian Klämpfl <[email protected]> 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 -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
