Hello,
I commonly have 4 build modes: Win32 debug, Win32 release, Win64 debug and Win64 release.
So far I've been switching from one mode to another when I need the build in whatever other mode I want at the time. This switching from one mode to another gets tedious after a while.
My question is: is there a way to have Lazarus automatically compile for each build mode ? e.g, in the case of 4 build modes, start at the top one and build for each mode until the last one is reached.
Thank you for your help.