Skip to content

Commit

Permalink
Make -force-handles-signals compile-time option expert
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewFluet committed Dec 29, 2024
1 parent 16e7e8f commit d4e18cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlton/main/main.fun
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ fun makeOptions {usage} =
boolRef expert),
(Normal, "export-header", " <file>", "write C header file for _export's",
SpaceString (fn s => exportHeader := SOME s)),
(Normal, "force-handles-signals", " {false|true}", "force checks for signals",
(Expert, "force-handles-signals", " {false|true}", "force checks for signals",
boolRef forceHandlesSignals),
(Expert, "format",
concat [" {",
Expand Down

0 comments on commit d4e18cf

Please sign in to comment.