diff options
| author | Emilio Jesus Gallego Arias | 2018-11-28 02:47:20 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-11-28 02:47:20 +0100 |
| commit | df40307f70d7a03b03af7ae4360a15349abc1bd0 (patch) | |
| tree | 19f86f4660aaa697199a27cecc64e85b082d2d92 /tuto3/src | |
| parent | b5ebc0a2aa4e73054b6085dd82211a08636c1418 (diff) | |
[coq overlay] Adapt to coq/coq#8705
Please apply when indicated.
Diffstat (limited to 'tuto3/src')
| -rw-r--r-- | tuto3/src/dune | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tuto3/src/dune b/tuto3/src/dune index 6b09d5d98b..ba6d8b288f 100644 --- a/tuto3/src/dune +++ b/tuto3/src/dune @@ -1,6 +1,7 @@ (library (name tuto3_plugin) (public_name coq.plugins.tutorial.p3) + (flags :standard -warn-error -3) (libraries coq.plugins.ltac)) (rule |
