File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $(BUILDDIR)/libvyosconfig$(EXTDLL): $(CAML_INIT) $(LIBFILES)
45
45
ocamlfind opt -o $@ -linkpkg -runtime-variant _pic -verbose -ccopt -dynamiclib -package $(PACKAGES ) $^
46
46
else
47
47
$(BUILDDIR ) /libvyosconfig$(EXTDLL ) : $(CAML_INIT ) $(LIBFILES )
48
- ocamlfind opt -o $@ -linkpkg -output-obj -runtime-variant _pic -verbose -package $(PACKAGES ) -ccopt " -Wl,-soname,libvyosconfig.so.0" $^
48
+ ocamlfind opt -o $@ -linkpkg -output-obj -runtime-variant _pic -verbose -thread - package $(PACKAGES ) -ccopt " -Wl,-soname,libvyosconfig.so.0" $^
49
49
endif
50
50
51
51
stubs : $(GENERATED )
@@ -64,7 +64,7 @@ $(BUILDDIR)/%.cmx: %.ml
64
64
ocamlfind opt -c -o $@ -I $(BUILDDIR ) /generated -I $(BUILDDIR ) /lib -package $(PACKAGES ) $<
65
65
66
66
$(GENERATOR ) : $(GENERATOR_FILES )
67
- ocamlfind opt -o $@ -I $(BUILDDIR ) /lib -linkpkg -package $(PACKAGES ) $^
67
+ ocamlfind opt -o $@ -I $(BUILDDIR ) /lib -linkpkg -thread - package $(PACKAGES ) $^
68
68
69
69
clean :
70
70
rm -rf $(BUILDDIR )
You can’t perform that action at this time.
0 commit comments