Skip to content

Commit ef3a817

Browse files
vouillonhhugo
authored andcommitted
Dune 3.17 has a source map directive
1 parent dd457be commit ef3a817

File tree

1 file changed

+3
-5
lines changed
  • toplevel/examples/lwt_toplevel

1 file changed

+3
-5
lines changed

toplevel/examples/lwt_toplevel/dune

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,9 @@
3939
(:standard -linkall))
4040
(modes byte js)
4141
(js_of_ocaml
42-
(link_flags
43-
:standard
44-
; We use the generated file in the doc. Let's not bloat it with sourcemap.
45-
; Plus, the source map would be too large on 32-bit architectures
46-
--no-source-map)
42+
; We use the generated file in the doc. Let's not bloat it with sourcemap.
43+
; Plus, the source map would be too large on 32-bit architectures
44+
(sourcemap no)
4745
(build_runtime_flags
4846
(:standard
4947
--file

0 commit comments

Comments
 (0)