summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-06-27 15:53:44 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-08-25 10:27:34 +0200
commit3b7fff2baf417c50cef1a522225285063aa009ee (patch)
treee84e5490d2068c3df3b0be59e5095357aa6e63e2 /Makefile
parent7de4d2b62b524cb4753466dbbf2ee85e940e6b2b (diff)
downloadocaml-3b7fff2baf417c50cef1a522225285063aa009ee.tar.gz
Add the -g flag to the appropriate build variables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e4f915ece1..301c58a65d 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ endif
include stdlib/StdlibModules
-CAMLC = $(BOOT_OCAMLC) $(BOOT_STDLIBFLAGS) -g -use-prims runtime/primitives
-CAMLOPT=$(OCAMLRUN) ./ocamlopt$(EXE) $(STDLIBFLAGS) -g -I otherlibs/dynlink
+CAMLC = $(BOOT_OCAMLC) $(BOOT_STDLIBFLAGS) -use-prims runtime/primitives
+CAMLOPT=$(OCAMLRUN) ./ocamlopt$(EXE) $(STDLIBFLAGS) -I otherlibs/dynlink
ARCHES=amd64 i386 arm arm64 power s390x riscv
DIRS = utils parsing typing bytecomp file_formats lambda middle_end \
middle_end/closure middle_end/flambda middle_end/flambda/base_types \