Skip to content

Commit

Permalink
fixup! LWT toplevel example: do not generate a source map
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Oct 23, 2024
1 parent 86776b2 commit 94e6f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toplevel/examples/lwt_toplevel/dune
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
(js_of_ocaml
(link_flags
:standard
; The source map would be too large on 32-bit architectures otherwise
; We use the generated file in the doc. Let's not bloat it with sourcemap.
; Plus, the source map would be too large on 32-bit architectures
--no-source-map)
(build_runtime_flags
(:standard
Expand Down

0 comments on commit 94e6f4c

Please sign in to comment.