Merge pull request #173984 from gebner/bitcoinclassiccpp17

bitcoin-classic: compile as c++14
This commit is contained in:
Gabriel Ebner 2022-05-22 15:36:32 +02:00 committed by GitHub
commit 483285490d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
"--with-qt-bindir=${qtbase.dev}/bin:${qttools.dev}/bin"
];
CXXFLAGS = [ "-std=c++14" ];
enableParallelBuilding = true;
dontWrapQtApps = true;