Skip to content

Commit b1a0a39

Browse files
committed
fixup: Use dontStrip in the nix flake to match regular cargo build
1 parent 8c59b89 commit b1a0a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ffi/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
commonArgs = {
4141
inherit src;
4242
strictDeps = true;
43+
dontStrip = true;
4344

4445
# Build only the firewood-ffi crate
4546
pname = ffiCargoToml.package.name;

0 commit comments

Comments
 (0)