Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Add missing RUSTFLAGS when building wasm file
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Apr 11, 2024
1 parent 9e2f60c commit 56a78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/sov-celestia-cw.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let
CONSTANTS_MANIFEST = sov-celestia-src;

buildPhase = ''
cargo build -p sov-celestia-client-cw --target wasm32-unknown-unknown --release --lib --locked
RUSTFLAGS='-C link-arg=-s' cargo build -p sov-celestia-client-cw --target wasm32-unknown-unknown --release --lib --locked
'';

installPhase = ''
Expand Down

0 comments on commit 56a78b8

Please sign in to comment.