On 25 September 2010 23:10, Benito van der Zander wrote: > in Lazarus, are three configurations: debug (range/overflow check), release > linux (smart linked, optimized), > release windows (smart linked, optimized, cross compiled)...
Many have asked this, but it is clearly not a high priority for the Lazarus developers. There are a few options though. Option 1) Project Options > Compiler Options > Other > "Use additional compiler config file" You can create various config files with different compiler parameters (remember one parameter per line in the config file). I have two such files: mm_debug.cfg and mm_release.cfg Option 2) Switch to MSEide instead. There it has 6 or so different build modes. MSEide makes this really easy to setup, and very easy to select between build modes. Simply choose one of the top level menu item (build modes) in the IDE's main form (first 6 items under the Project menu). -- Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net:8080/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
