Page MenuHomePhabricator

[CMAKE] Attach the linker flags to target properties
ClosedPublic

Authored by Fabien on Jan 21 2020, 13:34.

Details

Summary

This is achieved by using the add_link_options function instead of
appending the flags to the global CMAKE_EXE_LINKER_FLAGS variable.

Depends on D5035.

Test Plan
ninja check

Run the Gitian builds.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 21 2020, 14:00