Re: optimizer?
[email protected] (ToddAndMargo via perl6-users)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
>> 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 On 1/7/24 04:24, Elizabeth Mattijsen wrote: > $ raku --help > > ... > --optimize=level use the given level of optimization (0..3) > ... > Thank you!