summaryrefslogtreecommitdiff
path: root/src/dune
diff options
context:
space:
mode:
authorSon Ho2021-11-23 09:24:54 +0100
committerSon Ho2021-11-23 09:24:54 +0100
commit1a9c6c77cf9d4de6cd261125917eec2bd658d76c (patch)
tree77152a7a4c81b600b91f76bccc065b39e008ae25 /src/dune
parent1e8ebc7897422bab7efc639e26edbbcc9e5fff38 (diff)
Activate exception backtrace
Diffstat (limited to 'src/dune')
-rw-r--r--src/dune16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/dune b/src/dune
index f4f7152e..2d03b3f6 100644
--- a/src/dune
+++ b/src/dune
@@ -1,3 +1,17 @@
(executable
(name main)
- (libraries yojson zarith)) \ No newline at end of file
+ (libraries yojson zarith))
+
+(env
+ (dev (flags
+ :standard
+ -safe-string
+ -g
+ -w -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
+ )))