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 8c59b89 commit b1a0a39Copy full SHA for b1a0a39
ffi/flake.nix
@@ -40,6 +40,7 @@
40
commonArgs = {
41
inherit src;
42
strictDeps = true;
43
+ dontStrip = true;
44
45
# Build only the firewood-ffi crate
46
pname = ffiCargoToml.package.name;
0 commit comments