forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #248: cmake: Fix build with
-DENABLE_HARDENING=OFF
0537ae7 cmake: Fix build with `-DENABLE_HARDENING=OFF` (Hennadii Stepanov) Pull request description: On the staging branch @ a7cc7d8: ``` $ cmake -B build -DENABLE_HARDENING=OFF $ cmake --build build ... /usr/bin/ld: cannot find -lhardening_interface: No such file or directory ... ``` This PR fixes this issue. ACKs for top commit: TheCharlatan: lgtm ACK 0537ae7 Tree-SHA512: 17e621f57853d8f7a14bffc2436b4227bd044d61bfe8e93de5724d71550be58f35184cb11cd0e88ee2f9c3b086bf0d6425be6ee2572337916cbfc59808222af3
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters