From 24b9abee502a0469af19715a709a79f2e1ab1fcd Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Thu, 9 Feb 2023 10:17:19 +0100 Subject: [PATCH] [interpreter] Remove legacy bigarray linking --- interpreter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreter/Makefile b/interpreter/Makefile index 7820e64282..499b3a6331 100644 --- a/interpreter/Makefile +++ b/interpreter/Makefile @@ -18,7 +18,7 @@ JSLIB = wast WINMAKE = winmake.bat DIRS = util syntax binary text valid runtime exec script host main tests -LIBS = bigarray +LIBS = FLAGS = -lexflags -ml -cflags '-w +a-4-27-42-44-45-70 -warn-error +a-3' OCBA = ocamlbuild $(FLAGS) $(DIRS:%=-I %) OCB = $(OCBA) $(LIBS:%=-libs %)