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 e71f25b commit f54530aCopy full SHA for f54530a
pod/perldelta.pod
@@ -263,6 +263,12 @@ invoke it with C<-Dusecrosscompiler> but not C<-Dtargethost=somehost>.
263
This means you can supply your target platform C<config.sh>, generate
264
the headers and proceed to build your cross-target perl. [perl #127234]
265
266
+=item *
267
+
268
+Builds with C<-Accflags=-DPERL_TRACE_OPS> now only dump the operator
269
+counts when the environment variable C<PERL_TRACE_OPS> to be set to a
270
+non-zero integer. This allows C<make test> to pass on such a build.
271
272
=back
273
274
=head1 Testing
0 commit comments