summaryrefslogtreecommitdiff
path: root/src/main.mlton.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.mlton.sml')
-rw-r--r--src/main.mlton.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.mlton.sml b/src/main.mlton.sml
index c07af1ee..f595134f 100644
--- a/src/main.mlton.sml
+++ b/src/main.mlton.sml
@@ -151,6 +151,7 @@ fun oneRun args =
doArgs rest)
| "-boot" :: rest =>
(Compiler.enableBoot ();
+ Settings.setBootLinking true;
doArgs rest)
| "-sigfile" :: name :: rest =>
(Settings.setSigFile (SOME name);