summaryrefslogtreecommitdiff
path: root/dune-project
diff options
context:
space:
mode:
authorFederico Igne <undyamon@disroot.org>2024-01-22 23:40:16 +0100
committerFederico Igne <undyamon@disroot.org>2024-01-22 23:40:16 +0100
commitee2c133e195e0326fcb5cecba723a5c12bdbba27 (patch)
tree03eda217d6243defe63985f23cc792a5440eb39e /dune-project
parent6563ec106879b76e1b1e6fdfabf33587cefa9dc0 (diff)
downloadsandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.tar.gz
sandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.zip
build: enable debugging via 'ocamldebugger' and DAP
Diffstat (limited to 'dune-project')
-rw-r--r--dune-project4
1 files changed, 4 insertions, 0 deletions
diff --git a/dune-project b/dune-project
index b7399d2..cc3ce88 100644
--- a/dune-project
+++ b/dune-project
@@ -4,6 +4,10 @@
4 4
5(generate_opam_files true) 5(generate_opam_files true)
6 6
7; Needed to generate correct debug information.
8; See https://dune.readthedocs.io/en/stable/dune-files.html#stanza-map_workspace_root
9(map_workspace_root false)
10
7(source 11(source
8 (github username/reponame)) 12 (github username/reponame))
9 13