Unverified Commit 2444c6e2 authored by Yifei Sun's avatar Yifei Sun
Browse files

ocamlPackages.wasm_of_ocaml-compiler: don't strip

parent 98533258
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";