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 #32: cmake: Add hardening, reduce exports, werror and install
45f8a3c cmake: Implement `make install` (Hennadii Stepanov) c9decae cmake: Add `WERROR` option (Hennadii Stepanov) 1ea5f1c cmake: Add `REDUCE_EXPORTS` option (Hennadii Stepanov) 643decf cmake: Add `HARDENING` option (Hennadii Stepanov) 574d66d cmake: Add general compile options (Hennadii Stepanov) ac1e28e fixup! cmake: Redefine configuration flags (Hennadii Stepanov) 4375266 fixup! cmake: Add platform-specific linker flags (Hennadii Stepanov) e3a378b fixup! cmake: Add `TryAppendLinkerFlag` module (Hennadii Stepanov) 40973d6 fixup! cmake: Add `TryAppendCXXFlags` module (Hennadii Stepanov) Pull request description: New CMake variables that affect the build system configuration: - `HARDENING` - `REDUCE_EXPORTS` - `WERROR` Top commit has no ACKs. Tree-SHA512: cd849a28ff6a63730d6ee7062938d86096ca4d7b2fd4277a6026ba38855a88b1854476d429c5ad4cf79008f04cfcbc8ad947794b60e91f7f5b8853490d19e678
- Loading branch information
Showing
7 changed files
with
234 additions
and
94 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
Oops, something went wrong.