Hi.
I usually just let Lazarus compile programs with the default setting, but I noticed the Project Options included the Linking option: "Generate debugging info for GBD" (slower, increases exe-size).
I deselected the option and recompiled.
I immediately got a new edit window for a .lrs file.
After some investigation I found that "LResources" had been deleted from the .lpr file. When I replaced it the program compiled, reducing the exe file from 20MB to 2.5kB.
I didn't believe this so I tried again, re-selecting the debugging option and removing it.
The same thing happened again.
Am I doing something wrong or is this a program bug?
Thanks.