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 dd457be commit ef3a817Copy full SHA for ef3a817
toplevel/examples/lwt_toplevel/dune
@@ -39,11 +39,9 @@
39
(:standard -linkall))
40
(modes byte js)
41
(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)
+ ; 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
+ (sourcemap no)
47
(build_runtime_flags
48
(:standard
49
--file
0 commit comments