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 (executable
(name myutop) (name myutop)
(flags :standard -safe-string)
(link_flags -linkall) (link_flags -linkall)
(libraries utop)) (libraries utop))

View File

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

View File

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

View File

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

View File

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