mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 01:09:03 +03:00
Fix the --dumpanf command line switch.
This commit is contained in:
parent
1f41c8b44d
commit
32a877c3d4
@ -785,6 +785,7 @@ partitionOpts opts = foldr pOptUpdate (MkPFR [] [] False) opts
|
||||
optType (Timing l) = POpt
|
||||
optType (Logging l) = POpt
|
||||
optType CaseTreeHeuristics = POpt
|
||||
optType (DumpANF f) = POpt
|
||||
optType (DumpCases f) = POpt
|
||||
optType (DumpLifted f) = POpt
|
||||
optType (DumpVMCode f) = POpt
|
||||
|
Loading…
Reference in New Issue
Block a user