From f3acb2f93fc02023a18eefb223b38e355541781c Mon Sep 17 00:00:00 2001 From: Koichi Nakamura Date: Tue, 5 Jan 2021 21:47:18 +0900 Subject: [PATCH] minor fix --- bootstrap.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.fs b/bootstrap.fs index 1a7b01d..be53e2c 100644 --- a/bootstrap.fs +++ b/bootstrap.fs @@ -1839,6 +1839,7 @@ variable codegen-target \ Parse command-line arguments. : read-commandline-args ( -- ) + s" no-codegen" codegen-target ! begin argc @ 1 > while 1 arg dup c@ '-' <> if drop exit then dup s" --gen" 5 strn= if