This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Add switch to short-cut all processing related to tracking edited content #100
Open
Description
The compiler as it is set up right now is geared towards performing well enough for design time builds during editing. This requires quite a bit of infrastructure and processing during compilation to determine which parts of the compilation need to be recompiled. I meant to add a switch to skip this processing in the case where we just do a command line build, but never got around to it.