ignore errors in oasis-generated code

They are none of our concern...
This commit is contained in:
Jeremie Dimino 2016-03-02 17:41:54 +00:00
parent eff7153821
commit aab3878dd8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup-dev.exe: _oasis setup.ml
# Setup for the release
setup.exe: setup.ml
ocamlopt.opt -o $@ $< || ocamlopt -o $@ $< || ocamlc -o $@ $<
ocamlopt.opt -w -3 -o $@ $< || ocamlopt -w -3 -o $@ $< || ocamlc -w -3 -o $@ $<
rm -f setup.cmx setup.cmi setup.o setup.obj setup.cmo
build: $(SETUP) setup.data