summaryrefslogtreecommitdiff
path: root/debugger
diff options
context:
space:
mode:
authorSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-09-11 17:04:21 +0200
committerSébastien Hinderer <Sebastien.Hinderer@inria.fr>2022-09-11 17:04:21 +0200
commit715ddc9ffca0acee8a12b965593fbcb403642423 (patch)
tree5eda5134ee184ae65e4c9eae0595d81cbadc8a98 /debugger
parent749e50d736e829ce81b768e5e157eecca73a2c59 (diff)
downloadocaml-715ddc9ffca0acee8a12b965593fbcb403642423.tar.gz
Stop passing -safe-string when building the compiler and in the testsuite
PR #1252 has made the safe-string mode the default so passing -safe-string explicitly has become useless since this PR has been merged, even more useless since support for mutable strings was removed in OCaml 5.0.
Diffstat (limited to 'debugger')
-rw-r--r--debugger/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugger/Makefile b/debugger/Makefile
index 47df37bc86..9850f27ae6 100644
--- a/debugger/Makefile
+++ b/debugger/Makefile
@@ -23,7 +23,7 @@ UNIXDIR=$(ROOTDIR)/otherlibs/unix
CAMLC=$(BEST_OCAMLC) $(STDLIBFLAGS) -g
COMPFLAGS=$(INCLUDES) -absname -w +a-4-9-41-42-44-45-48-70 -warn-error +A \
- -safe-string -strict-sequence -strict-formats
+ -strict-sequence -strict-formats
LINKFLAGS=-linkall -I $(UNIXDIR) -I $(DYNLINKDIR)
OC_OCAMLDEPDIRS = $(DIRECTORIES)