Skip to content

Commit b33d6ef

Browse files
committed
Minimal documentation of "no precompilation"
1 parent 63fa213 commit b33d6ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/Language/pragmas.pod6

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,12 @@ usages.
103103
104104
=item X<B<parameters>|parameters> [NYI]
105105
106-
=item X<B<precompilation>|precompilation> [TBD]
106+
=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.
107112
108113
=item X<B<soft>|soft> L<Re-dispatching|/language/functions#Re-dispatching>, L<inlining|/language/functions#index-entry-use_soft_(pragma)>
109114

0 commit comments

Comments
 (0)