Build solidity-upgrade and yul-phaser statically on static PPA builds.

This commit is contained in:
Daniel Kirchner 2020-12-17 16:09:23 +01:00
parent 2fa0e3c88a
commit 1afdfc2c84

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