File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ OCAML_PACKS := cstruct cstruct-lwt io-page io-page.unix uri mirage-block \
110110 mirage-unix prometheus-app conduit-lwt cohttp-lwt-unix \
111111 unix-type-representations
112112OCAML_LDLIBS := -L $(OCAML_WHERE ) \
113+ $(shell ocamlfind query bigstringaf) /bigstringaf.a \
114+ $(shell ocamlfind query bigstringaf) /libbigstringaf_stubs.a \
113115 $(shell ocamlfind query cstruct) /cstruct.a \
114116 $(shell ocamlfind query cstruct) /libcstruct_stubs.a \
115117 $(shell ocamlfind query io-page) /io_page.a \
Original file line number Diff line number Diff line change @@ -80,4 +80,5 @@ LDFLAGS := \
8080 -arch x86_64 \
8181 -framework Hypervisor \
8282 -framework vmnet \
83+ -Wl,-no_compact_unwind \
8384 $(LDFLAGS_DBG )
You can’t perform that action at this time.
0 commit comments