From 2444c6e2b4a039e1fbc2c8a5d3e698ab33c17fbd Mon Sep 17 00:00:00 2001 From: Yifei Sun Date: Mon, 24 Nov 2025 15:13:48 +0100 Subject: [PATCH] ocamlPackages.wasm_of_ocaml-compiler: don't strip --- pkgs/development/tools/ocaml/js_of_ocaml/compiler-wasm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/tools/ocaml/js_of_ocaml/compiler-wasm.nix b/pkgs/development/tools/ocaml/js_of_ocaml/compiler-wasm.nix index 3f8463a665ac..ec2a9b7f369a 100644 --- a/pkgs/development/tools/ocaml/js_of_ocaml/compiler-wasm.nix +++ b/pkgs/development/tools/ocaml/js_of_ocaml/compiler-wasm.nix @@ -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";