We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba280d commit 7470a62Copy full SHA for 7470a62
Makefile
@@ -262,7 +262,7 @@ endif
262
263
$(ocaml_dir)/$(MAIN_DEFN_FILE)-kompiled/constants.$(EXT): $(ocaml_files)
264
eval $$(opam config env) \
265
- && $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) \
+ && $(K_BIN)/kompile --debug --main-module $(MAIN_MODULE) --backend ocaml \
266
--syntax-module $(SYNTAX_MODULE) $(ocaml_dir)/$(MAIN_DEFN_FILE).k \
267
--hook-namespaces "KRYPTO" --gen-ml-only -O3 --non-strict \
268
--directory $(ocaml_dir) -I $(ocaml_dir) $(KOMPILE_OPTS) \
deps/k
0 commit comments