aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/release_ppa.sh
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-12 07:38:38 +0800
committerGitHub <noreply@github.com>2018-12-12 07:38:38 +0800
commit1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c (patch)
treead1b64a3b0480768b0d739b9c563a68756e410b9 /scripts/release_ppa.sh
parente74d9df20d1d1e8253cf51ef8d4191e9a0f51e14 (diff)
parent5b86e3ec50b757def69a9aed9bc70fac1a8ed652 (diff)
downloaddexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar.gz
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar.bz2
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar.lz
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar.xz
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.tar.zst
dexon-solidity-1476acb8045033a9a3d2e1a1d13c5aaa8ed6942c.zip
Merge pull request #5502 from ethereum/cpp14
Enables C++14 standard (was C++11) within the Solidity compiler project.
Diffstat (limited to 'scripts/release_ppa.sh')
-rwxr-xr-xscripts/release_ppa.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh
index 36a8ef7f..e842bd53 100755
--- a/scripts/release_ppa.sh
+++ b/scripts/release_ppa.sh
@@ -114,7 +114,7 @@ Priority: extra
Maintainer: Christian (Buildserver key) <builds@ethereum.org>
Build-Depends: ${Z3DEPENDENCY}debhelper (>= 9.0.0),
cmake,
- g++-4.8,
+ g++-8,
git,
libgmp-dev,
libboost-all-dev,
@@ -168,7 +168,7 @@ override_dh_shlibdeps:
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
override_dh_auto_configure:
- dh_auto_configure -- -DINSTALL_LLLC=Off
+ dh_auto_configure -- -DINSTALL_LLLC=Off -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8
EOF
cat <<EOF > debian/copyright
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/