Skip to content

Commit 94e6f4c

Browse files
committed
fixup! LWT toplevel example: do not generate a source map
1 parent 86776b2 commit 94e6f4c

File tree

1 file changed

+2
-1
lines changed
  • toplevel/examples/lwt_toplevel

1 file changed

+2
-1
lines changed

toplevel/examples/lwt_toplevel/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
(js_of_ocaml
4242
(link_flags
4343
:standard
44-
; The source map would be too large on 32-bit architectures otherwise
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
4546
--no-source-map)
4647
(build_runtime_flags
4748
(:standard

0 commit comments

Comments
 (0)