Page MenuHomePhabricator

build: Disallow dynamic linking against c++ library
ClosedPublic

Authored by PiRK on Mar 24 2023, 15:27.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC9461b3d98c1a: build: Disallow dynamic linking against c++ library
Summary

Ever since statically linking Qt, we've been linking the C++ library
statically too (-static-libstdc++). Take this into
account in the symbol checker.

This is a partial backport of core#17569
https://github.com/bitcoin/bitcoin/pull/17569/commits/b77d5ad59fb9f3f26d919ee6c33ae732382de504

Test Plan

gitian builds on CI

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable