mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
remove duplicate :standard in dune
This commit is contained in:
parent
f5409d480a
commit
fd783336b8
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
(public_name containers)
|
(public_name containers)
|
||||||
(wrapped false)
|
(wrapped false)
|
||||||
(modules :standard \ mkshims)
|
(modules :standard \ mkshims)
|
||||||
(flags :standard :standard -warn-error -a+8 -w -32-67 -safe-string -nolabels -open
|
(flags :standard -warn-error -a+8 -w -32-67 -safe-string -nolabels -open
|
||||||
CCMonomorphic)
|
CCMonomorphic)
|
||||||
(ocamlopt_flags (:include ../flambda.flags))
|
(ocamlopt_flags (:include ../flambda.flags))
|
||||||
(libraries seq containers.monomorphic))
|
(libraries seq containers.monomorphic))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue