summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorSon Ho2021-11-23 13:12:52 +0100
committerSon Ho2021-11-23 13:12:52 +0100
commitfcc3a467886e5c95b065b1fc4c27301fd62d7c21 (patch)
tree101fb7f6b3b86895b52aba395ea845fe5af971c5 /src/dune
parent932780e18f311c1776ef4e45c41f4e13c1092138 (diff)
Move some definitions to Contexts.ml and reactivate the warnings
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dune b/src/dune
index 2d03b3f6..aa3e7c37 100644
--- a/src/dune
+++ b/src/dune
@@ -7,11 +7,11 @@
:standard
-safe-string
-g
- -w -8-9-11-33-20-21-26-27-39
+ -warn-error -8-9-11-33-20-21-26-27-39
))
(release (flags
:standard
-safe-string
-g
- -w -8-9-11-33-20-21-26-27-39
+ -warn-error -8-9-11-33-20-21-26-27-39
)))