I am an amateur programmer. When I compile with Delph1 7 I get an exe file of 422KB. When I compile with Lazerus I get an exe of 2390KB. How do get a smaller exe file when the program final.
Thanks Roger
Well, you are using the Rolls-Royce of the Delphi versions (7)... ( Yes it was that good while it lasted)
But when you have the correct compiler settings FPC should not be that far off and the generated executable is at least as fast as D7.
Size does not matter too much. Try these compiler options: -CX -XX -Xs -Os and your executable should be within a 25% margin either way.