diff options
author | Christian Parpart <christian@ethereum.org> | 2018-11-26 17:19:55 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-12-12 04:28:05 +0800 |
commit | 5b86e3ec50b757def69a9aed9bc70fac1a8ed652 (patch) | |
tree | 1436ff3024777c2c759d23a493082cf4eaa6adfc /scripts | |
parent | 055c5fe173b90b7d07f1170de5d7018140296f89 (diff) | |
download | dexon-solidity-5b86e3ec50b757def69a9aed9bc70fac1a8ed652.tar.gz dexon-solidity-5b86e3ec50b757def69a9aed9bc70fac1a8ed652.tar.zst dexon-solidity-5b86e3ec50b757def69a9aed9bc70fac1a8ed652.zip |
Enables C++14 standard (was C++11) within the Solidity compiler project.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release_ppa.sh | 4 |
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/ |