Unverified Commit 92362582 authored by Vincent Laporte's avatar Vincent Laporte Committed by GitHub
Browse files

ocamlPackages.wasm_of_ocaml-compiler: don't strip (#464593)

parents ded24926 2444c6e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@ buildDunePackage {
    yojson
  ];

  dontStrip = true;

  meta = js_of_ocaml-compiler.meta // {
    description = "Compiler from OCaml bytecode to WebAssembly";
    mainProgram = "wasm_of_ocaml";