diff options
| author | Emilio Jesus Gallego Arias | 2018-10-02 18:23:32 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-10-02 18:29:38 +0200 |
| commit | 69da6e92961d5c7007e7836c2770f9c4a3b9e0e2 (patch) | |
| tree | f6d71f73171c9e28ade3cc60bc268029a211a422 /dev | |
| parent | 24550259892e9e408b11359fa71b240083e7546f (diff) | |
[dune] Fix couple of minor bugs in #8617
I forgot to update `.PHONY` and to put the proper flags in the new
workspace file.
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/dune-workspace.all | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/dune-workspace.all b/dev/dune-workspace.all index 44857ed050..1a8a816aaa 100644 --- a/dev/dune-workspace.all +++ b/dev/dune-workspace.all @@ -2,7 +2,7 @@ ; Add custom flags here. Default developer profile is `dev` (env - (dev (flags :standard -rectypes -w -9-27-50)) + (dev (flags :standard -rectypes -w -9-27-50+60)) (release (flags :standard -rectypes))) (context (opam (switch 4.05.0))) |
