In Pragmas§
See primary documentation in context for precompilation
The default allows precompilation of source code, specifically if used in a module. If for whatever reason you do not want the code (of your module) to be precompiled, you can use no precompilation
. This will prevent the entire compilation unit (usually a file) from being precompiled.