Skip to content

Commit

Permalink
remove --locked flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Rodriguez committed Apr 11, 2024
1 parent b0839de commit 2b1cbb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ help: ## Display this help message

clean: ## Cleans compiled
@cargo clean

install-dev-tools: ## Installs all necessary cargo helpers
cargo install wasm-opt

Expand All @@ -14,7 +14,7 @@ build: ## Build the the entire project

build-cw: ## Build the WASM file for the rollkit light client
@echo "Building the WASM file for the rollkit light client"
@RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release --lib --locked
@RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release --lib
@mkdir -p contracts
@cp target/wasm32-unknown-unknown/release/rollkit_ibc.wasm contracts/

Expand Down

0 comments on commit 2b1cbb5

Please sign in to comment.