Page MenuHomePhabricator

[CMAKE] Better debug install targets
ClosedPublic

Authored by Fabien on Aug 24 2020, 15:36.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCdc7c8ddcd3b2: [CMAKE] Better debug install targets
Summary

The current install-debug behavior installs the same content than the
install-all target (then splits debug from it), which is not
intuitive. This diff renames it to install-all-debug and adds an
install-debug target that matches the install default target
instead.

Depends on D7240.

Test Plan
ninja install-debug
ninja install-all-debug

Check the output are as expected

Diff Detail

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