Re: optimizer?
[email protected] (Elizabeth Mattijsen)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
$ raku --help ... --optimize=level use the given level of optimization (0..3) ... > On 7 Jan 2024, at 07:09, ToddAndMargo via perl6-users <[email protected]> wrote: > > Hi All, > > Is there a switch on the command line to disable the code optimizer? > > Many thanks, > -T