From 1afdfc2c84c904e32b3be354bd7bcbf060511074 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Thu, 17 Dec 2020 16:09:23 +0100 Subject: [PATCH] Build solidity-upgrade and yul-phaser statically on static PPA builds. --- scripts/release_ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 0a1ef62c4..680399ee9 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -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