Skip to content

Commit

Permalink
An attempt to support multi-arch by compiling Kimchi with no optimiza…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
shimkiv committed Dec 4, 2023
1 parent 89f2226 commit 159f7cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ buildMina() {
sudo make clean
export MINA_COMMIT_SHA1=$(git rev-parse HEAD)
export DUNE_PROFILE="${1}"
export RUST_TARGET_FEATURE_OPTIMISATIONS=n

make libp2p_helper
${DUNE_BUILD_COMMAND} \
Expand Down

0 comments on commit 159f7cc

Please sign in to comment.