aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml/compile-without-debug-info.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/ocaml/compile-without-debug-info.patch')
-rw-r--r--community/ocaml/compile-without-debug-info.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/ocaml/compile-without-debug-info.patch b/community/ocaml/compile-without-debug-info.patch
index 05bf68e4c9..f2b63e4b60 100644
--- a/community/ocaml/compile-without-debug-info.patch
+++ b/community/ocaml/compile-without-debug-info.patch
@@ -2,14 +2,15 @@ Significantly decrease size of bytecode-compiled binaries (and slightly
even natives).
--- a/Makefile
+++ b/Makefile
-@@ -43,8 +43,8 @@
-
+@@ -44,8 +44,8 @@
+ CAMLRUN ?= boot/ocamlrun
include stdlib/StdlibModules
--CAMLC=$(BOOT_OCAMLC) -g -nostdlib -I boot -use-prims runtime/primitives
+-CAMLC=$(CAMLRUN) boot/ocamlc -g -nostdlib -I boot -use-prims runtime/primitives
-CAMLOPT=$(CAMLRUN) ./ocamlopt -g -nostdlib -I stdlib -I otherlibs/dynlink
-+CAMLC=$(BOOT_OCAMLC) -nostdlib -I boot -use-prims runtime/primitives
++CAMLC=$(CAMLRUN) boot/ocamlc -nostdlib -I boot -use-prims runtime/primitives
+CAMLOPT=$(CAMLRUN) ./ocamlopt -nostdlib -I stdlib -I otherlibs/dynlink
ARCHES=amd64 i386 arm arm64 power s390x
- INCLUDES=-I utils -I parsing -I typing -I bytecomp -I file_formats \
- -I lambda -I middle_end -I middle_end/closure \
+ INCLUDES=-I utils -I parsing -I typing -I bytecomp -I middle_end \
+ -I middle_end/base_types -I asmcomp -I asmcomp/debug \
+