$OpenBSD: patch-Makefile,v 1.1.1.1 2019/02/10 18:45:43 jca Exp $

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -9,7 +9,7 @@ default: boot.exe
 	./boot.exe
 
 release: boot.exe
-	./boot.exe --release
+	./boot.exe --release ${DUNE_FLAGS}
 
 boot.exe: bootstrap.ml
 	ocaml bootstrap.ml
