diff options
author | Son Ho | 2022-03-03 11:37:16 +0100 |
---|---|---|
committer | Son Ho | 2022-03-03 11:37:16 +0100 |
commit | 872c4dda8970df119a5aa06cd0c91fb91627bb49 (patch) | |
tree | f38bb91bb6ea14df104e22acf9de4e23d06876ba /src | |
parent | a92a3a7f9088560f318adb569bf9c8a87a7e5d3a (diff) |
Update a comment
Diffstat (limited to '')
-rw-r--r-- | src/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml index 86f15959..15468d6c 100644 --- a/src/main.ml +++ b/src/main.ml @@ -10,7 +10,7 @@ module Micro = PureMicroPasses (* This is necessary to have a backtrace when raising exceptions - for some * reason, the -g option doesn't work. - * JP: are you running with OCAMLRUNPARAM=b=1? *) + * TODO: run with OCAMLRUNPARAM=b=1? *) let () = Printexc.record_backtrace true let usage = |