We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63fa213 commit b33d6efCopy full SHA for b33d6ef
doc/Language/pragmas.pod6
@@ -103,7 +103,12 @@ usages.
103
104
=item X<B<parameters>|parameters> [NYI]
105
106
-=item X<B<precompilation>|precompilation> [TBD]
+=item X<B<precompilation>|precompilation>
107
+
108
+The default allows precompilation of source code, specifically if used in a
109
+module. If for whatever reason you do not want the code (of your module) to
110
+be precompiled, you can use C<no precompilation>. This will prevent the
111
+entire compilation unit (usually a file) from being precompiled.
112
113
=item X<B<soft>|soft> L<Re-dispatching|/language/functions#Re-dispatching>, L<inlining|/language/functions#index-entry-use_soft_(pragma)>
114
0 commit comments