Skip to content

Commit

Permalink
chore: temp disable binary stripping
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Oct 25, 2021
1 parent 516139c commit 2045d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build_locally.sh
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,9 @@ pushd "${BUILD_DIR}" > /dev/null
print 30 "Install executable";
cmake --install "${BUILD_DIR}" --config "${CMAKE_BUILD_TYPE}" --strip

strip_executable "${NEXTALIGN_CLI}"
# strip_executable "${NEXTALIGN_CLI}"

strip_executable "${NEXTCLADE_CLI}"
# strip_executable "${NEXTCLADE_CLI}"

fi

Expand Down

0 comments on commit 2045d06

Please sign in to comment.