harmony-one / harmony

The core protocol of harmony
https://harmony.one
GNU Lesser General Public License v3.0
1.46k stars 286 forks source link

add linux static quick command to make file #4704

Closed GheisMohammadi closed 1 month ago

GheisMohammadi commented 1 month ago

Issue

This pull request introduces a new command in the Makefile to create a Linux executable more quickly by only building the main binary without recompiling dependencies. The existing linux_static command remains unchanged and continues to perform a full build, including all dependencies (mcl & bls). The new command is named linux_static_quick