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