Skip to content

Commit d6c170b

Browse files
authored
flambda-backend: Remove -absname to improve dune build errors (#1233)
1 parent 1b2bcb4 commit d6c170b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dune

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
(name ocamlcommon)
4949
(wrapped false)
5050
(flags (
51-
-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70
51+
-strict-sequence -principal -w +a-4-9-40-41-42-44-45-48-66-70
5252
-warn-error A -bin-annot -safe-string -strict-formats
5353
-w -67
5454
; remove -w -67 by adding the camlinternalMenhirLib hack like the Makefile
@@ -105,7 +105,7 @@
105105
(name ocamlbytecomp)
106106
(wrapped false)
107107
(flags (
108-
-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70
108+
-strict-sequence -principal -w +a-4-9-40-41-42-44-45-48-66-70
109109
-warn-error A -bin-annot -safe-string -strict-formats
110110
))
111111
(ocamlopt_flags (:include %{project_root}/ocamlopt_flags.sexp))
@@ -123,7 +123,7 @@
123123
(name main)
124124
(modes byte)
125125
(flags (
126-
-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70
126+
-strict-sequence -principal -w +a-4-9-40-41-42-44-45-48-66-70
127127
-warn-error A -bin-annot -safe-string -strict-formats
128128
))
129129
(libraries ocamlbytecomp ocamlcommon)
@@ -133,7 +133,7 @@
133133
(name main_native)
134134
(modes native)
135135
(flags (
136-
-strict-sequence -principal -absname -w +a-4-9-40-41-42-44-45-48-66-70
136+
-strict-sequence -principal -w +a-4-9-40-41-42-44-45-48-66-70
137137
-warn-error A -bin-annot -safe-string -strict-formats
138138
))
139139
(libraries ocamlbytecomp ocamlcommon)

0 commit comments

Comments
 (0)