[Lazarus] Do I really need to use Build to get all recent changes included?

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Mar 27 10:29:29 CET 2021


On Sat, 27 Mar 2021 10:15:55 +0100
Bo Berglund via lazarus <lazarus at lists.lazarus-ide.org> wrote:

>[...]
> Question:
> ---------
> Should not Run/Compile create the binary based on *all* the latest
> sources? If I use Run/Build I am going to increment the build number
> all the time while debugging, which I would rather avoid.

Maybe you modified a file of a package, that is not listed in the
package? Lazarus only checks files listed in the package.

 
> Is there some Lazarus setting I am unaware of, which will force
> Compile to actually compile based on all the modified sources since
> last compile?
> 
> Or does Lazarus only consider changed files which are marked in the
> IDE as unsaved?

No.

Mattias


More information about the lazarus mailing list