[Lazarus] Syncronising within library
steveg
steveg at nevets.com.au
Sun Sep 26 13:58:25 CEST 2010
2010/9/25 Benito van der Zander <benito at benibela.de>:
> 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
More information about the Lazarus
mailing list