Page MenuHomePhabricator

[cmake] Check the linker flags against the actual linker
ClosedPublic

Authored by Fabien on Apr 5 2023, 11:02.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABCf512af6ab39d: [cmake] Check the linker flags against the actual linker
Summary

The linker flag are currently tested against the default toolchain linker, but different linkers might have different features and support different flag sets.

Test Plan
ninja all

Run the gitian builds

Diff Detail

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

Event Timeline

Fabien requested review of this revision.Apr 5 2023, 11:02

@bot gitian-linux gitian-osx gitian-win

Don't squash with other diffs

PiRK added a subscriber: PiRK.

It works for me.

This revision is now accepted and ready to land.Apr 5 2023, 12:42