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
Branch
cmake_install_exclude_from_all
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12456
Build 25073: Build Diffbuild-without-wallet · build-diff · build-clang-tidy · build-clang-10
Build 25072: arc lint + arc unit