mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Build solidity-upgrade and yul-phaser statically on static PPA builds.
This commit is contained in:
parent
2fa0e3c88a
commit
1afdfc2c84
@ -75,7 +75,7 @@ if [ $distribution = STATIC ]
|
|||||||
then
|
then
|
||||||
pparepo=ethereum-static
|
pparepo=ethereum-static
|
||||||
SMTDEPENDENCY=""
|
SMTDEPENDENCY=""
|
||||||
CMAKE_OPTIONS="-DSOLC_LINK_STATIC=On"
|
CMAKE_OPTIONS="-DSOLC_LINK_STATIC=On -DCMAKE_EXE_LINKER_FLAGS=-static"
|
||||||
else
|
else
|
||||||
if is_release
|
if is_release
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user