When I Run a program, it always compile all the Units found inside the project folder, however, it happens some units I am still constructing which may still contain errors.
Is there some project/compiler option that I can set to bypass the compilation of unused units ( units that never called in the main or the units dependent units ). I don't want to put them away only because I didn't finish because that will be part of the program at the end of day.
=====================================
Found that the problem was caused by I accidentally added the unit into the project, I can see that outstanding unit when I open Project Inspector ( OR the XML code of thatproject.lpr ) , which is not the matter I "uses" it or not in the main unit.