aboutsummaryrefslogtreecommitdiff
path: root/dune-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'dune-workspace')
-rw-r--r--dune-workspace6
1 files changed, 6 insertions, 0 deletions
diff --git a/dune-workspace b/dune-workspace
new file mode 100644
index 0000000000..682631e7dc
--- /dev/null
+++ b/dune-workspace
@@ -0,0 +1,6 @@
+(lang dune 1.1)
+
+; Add custom flags here. Default developer profile is `dev`
+(env
+ (dev (flags :standard -rectypes -w -9-27-50))
+ (release (flags :standard -rectypes)))