aboutsummaryrefslogtreecommitdiff
path: root/ide/dune-workspace
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-10-05 12:50:37 +0200
committerGaëtan Gilbert2018-10-05 12:50:37 +0200
commitd3bfed08d0e53e953fca996e72adf0dc4f132f98 (patch)
tree143fc46f9c24076a0d1a2b428e5737c99a7d50a8 /ide/dune-workspace
parent3f2a6d8e99f31bbd9383119cac39ed0bcaabc37d (diff)
parent3baa5388cd52afc5407e3c333fbc4aa6d149ddd3 (diff)
Merge PR #8650: [ci] [dune] [opam] Fixes to OPAM and CI target.
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)))