From 738e33af3914a9e25429371ec1a3993b00be7ff0 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 18 Feb 2023 19:04:44 +0100 Subject: Build and install ocamlobjinfo in native code, whenever possible By popular demand. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2530e9da4e..92a0b78580 100644 --- a/Makefile +++ b/Makefile @@ -110,11 +110,11 @@ ocamllex_PROGRAMS = $(addprefix lex/,ocamllex ocamllex.opt) ocamlyacc_PROGRAM = yacc/ocamlyacc # Tools to be compiled to native and bytecode, then installed -TOOLS_TO_INSTALL_NAT = ocamldep +TOOLS_TO_INSTALL_NAT = ocamldep ocamlobjinfo # Tools to be compiled to bytecode only, then installed TOOLS_TO_INSTALL_BYT = \ - ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ocamlobjinfo + ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop ifeq "$(NATIVE_COMPILER)" "true" TOOLS_TO_INSTALL_BYT += ocamloptp -- cgit v1.2.1