Do not pass -safe-string explicitly

Strings are safe now.
This commit is contained in:
Etienne Millon 2023-03-14 16:59:06 +01:00 committed by Etienne Millon
parent 78349cc4b8
commit 1a70e0fb85
5 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
(executable
(name myutop)
(flags :standard -safe-string)
(link_flags -linkall)
(libraries utop))

View File

@ -1,5 +1,4 @@
(executable
(name test_program)
(flags :standard -safe-string)
(link_flags -linkall)
(libraries utop))

View File

@ -2,7 +2,6 @@
(name uTop)
(public_name utop)
(wrapped false)
(flags :standard -safe-string)
(modes byte)
(libraries compiler-libs.toplevel findlib.top lambda-term logs.lwt threads zed)
(preprocess

View File

@ -1,7 +1,6 @@
(executables
(names utop)
(libraries utop)
(flags :standard -safe-string)
(modes byte)
(link_flags -linkall))

View File

@ -1,4 +1,3 @@
(executable
(name expunge)
(flags :standard -safe-string)
(libraries unix))