We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86776b2 commit 94e6f4cCopy full SHA for 94e6f4c
toplevel/examples/lwt_toplevel/dune
@@ -41,7 +41,8 @@
41
(js_of_ocaml
42
(link_flags
43
:standard
44
- ; 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.
45
+ ; Plus, the source map would be too large on 32-bit architectures
46
--no-source-map)
47
(build_runtime_flags
48
(:standard
0 commit comments