summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parent6563ec106879b76e1b1e6fdfabf33587cefa9dc0 (diff)
downloadsandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.tar.gz
sandy-ee2c133e195e0326fcb5cecba723a5c12bdbba27.zip
build: enable debugging via 'ocamldebugger' and DAP
Diffstat (limited to 'bin')
-rw-r--r--bin/dune3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/dune b/bin/dune
index d802869..87b4f4e 100644
--- a/bin/dune
+++ b/bin/dune
@@ -1,4 +1,5 @@
1(executable 1(executable
2 (public_name sand) 2 (public_name sand)
3 (name main) 3 (name main)
4 (libraries sand)) 4 (libraries sand)
5 (modes exe byte))