Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flick switch that was turned on for debugging
  • Loading branch information
FROGGS committed Apr 8, 2015
1 parent 24806d0 commit 192bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/create-moar-runner.pl
Expand Up @@ -29,7 +29,7 @@
say "This is Rakudo Perl 6 running in the GNU debugger, which often allwos to generate useful back-\ntraces to debug or report issues in Rakudo, the MoarVM backend or the currently running code.\n";
if $*VM.config<ccdebugflags> { say "The currently used MoarVM backend is not compiled with debugging symbols, you might want to\nreconfigure and reinstall MoarVM with --debug enabled.\n" }
unless $*VM.config<ccdebugflags> { say "The currently used MoarVM backend is not compiled with debugging symbols, you might want to\nreconfigure and reinstall MoarVM with --debug enabled.\n" }
say "This Rakudo version is $*PERL.compiler.version() built on MoarVM version $*VM.version(),";
say "running on $*DISTRO.gist() / $*KERNEL.gist()\n";
Expand Down

0 comments on commit 192bf4b

Please sign in to comment.