Skip to content

Commit

Permalink
js_of_ocaml --enable=effects
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 19, 2023
1 parent 3e23d1f commit bfd7cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.standalone
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ JS_OF_OCAML ?= js_of_ocaml
STANDALONE_CAMLFLAGS ?= -package unix -w -20 -g $(CAMLEXTRAFLAGS)
STANDALONE_JS_CAMLFLAGS ?= -package js_of_ocaml $(STANDALONE_CAMLFLAGS)
JS_OF_OCAML_EXTRAFLAGS ?=
JS_OF_OCAML_FLAGS ?= --source-map --no-inline $(JS_OF_OCAML_EXTRAFLAGS)
JS_OF_OCAML_FLAGS ?= --source-map --no-inline --enable=effects $(JS_OF_OCAML_EXTRAFLAGS)

PACKAGE ?= standalone.tar.gz
PACKAGE_CMD ?= tar -czvf
Expand Down

0 comments on commit bfd7cb6

Please sign in to comment.