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 08bea1d commit b7003aeCopy full SHA for b7003ae
Makefile.in
@@ -270,6 +270,10 @@ BOOT_ML_NATIVE_LIBS := unix.cmxa nums.cmxa bigarray.cmxa
270
BOOT_OCAMLC_FLAGS := -g $(BOOT_ML_INCS) -w Ael -warn-error Ael
271
BOOT_OCAMLOPT_FLAGS := -g $(BOOT_ML_INCS) -w Ael -warn-error Ael
272
273
+ifdef CFG_FLEXLINK
274
+ BOOT_OCAMLOPT_FLAGS += -cclib -L/usr/lib
275
+endif
276
+
277
######################################################################
278
# Runtime (C++) library variables
279
0 commit comments