2010/9/25 Benito van der Zander <[email protected]>: > Hi, > is there an easy way to switch between different compile configurations? > In C++ projects you usually have debug/release configurations, and what I > need > in Lazarus, are three configurations: debug (range/overflow check), release > linux (smart linked, optimized), > release windows (smart linked, optimized, cross compiled)...
Not really easy. The easiest way is to save your compiler options and reload them when you want to switch. Vincent -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
