You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @Drup's help on #ocaml, I don't need to fix this, now, but he recommended reporting it as bug.
The js_of_eliom --help output reports on options --pretty --no-inline --debug-info --source-map, but it seems these arguments are passed to ocamlc, which doesn't know them.
Thanks to @Drup's help on
#ocaml
, I don't need to fix this, now, but he recommended reporting it as bug.The
js_of_eliom --help
output reports on options--pretty --no-inline --debug-info --source-map
, but it seems these arguments are passed toocamlc
, which doesn't know them.(Same thing with
-pretty
, etc.)This was causing me problems because I was trying to pass these options directly. However, using
make DEBUG=yes
seems to work well.The text was updated successfully, but these errors were encountered: