> How do I make FPC not rebuild the unit object file when
> contributing units to the compiled unit have been modified?
> What is the best strategy - if at all?
If the contributing unit is a stand-alone unit which doesn't depend on other
units (fe. a database connector), you can copy the source
On 15 Dec 2011, at 16:19, Andrew Brunner wrote:
project has the source to. And FPC is looking to recompile the
compiled object file because a CRC has changed for a contributing unit
that was used when the unit object file was created.
How do I make FPC not rebuild the unit object file when co