Merge pull request #10647 from ethereum/ppaStaticRelease

Build solidity-upgrade and yul-phaser statically on static PPA builds.
This commit is contained in:
Leonardo 2020-12-18 14:20:44 +01:00 committed by GitHub
commit 6b482d4b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ if [ $distribution = STATIC ]
then
pparepo=ethereum-static
SMTDEPENDENCY=""
CMAKE_OPTIONS="-DSOLC_LINK_STATIC=On"
CMAKE_OPTIONS="-DSOLC_LINK_STATIC=On -DCMAKE_EXE_LINKER_FLAGS=-static"
else
if is_release
then