Every time I run perl6
to enter the REPL
mode, it creates a .precomp
directory, which also slows down the appearance of the prompt. If the .precomp
directory already exists, the prompt appears almost immediately, otherwise perl6
takes several seconds to create it.
Is there a way to disable this feature?