Merge pull request #2583 from dunhamsteve/dumpanf

Fix the --dumpanf command line switch.
This commit is contained in:
Zoe Stafford 2022-07-10 10:17:46 +01:00 committed by GitHub
commit 8658351b94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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