Hi,
I found a problem when compiling projects using the S32DS PLATFORM 3.5.
There are two different projects that do not modify any files, refresh and compile at the same time, one project does not compile unmodified files, and the other project recompiles all files. I expect that after refresh, unmodified files will not be compiled. Where can I change this in the ide?
THANKS.
Hi @RyzeBai
There are two distinct building user work modes: relying on Auto-build, or user initiated manual building.
If you do not need fine-grained control over when builds occur, you can turn on auto-building. With this on, builds occur after every set of resource changes. Auto-building is efficient because the amount of work done is proportional to the amount of change done.
If you need more control over when builds occur, you can turn off auto-building and invoke builds manually. This is sometimes desirable in cases where, for example, you know building is of no value until you finish a large set of changes.
Auto-building is turned on/off via the Build automatically option on the Window > Preferences > General > Workspace > Build.
BR, VaneB