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
+1 -1
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