Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0d985e5 fixup! cmake: Add `TryAppendCXXFlags` module (Hennadii Stepanov) Pull request description: This PR is a follow-up on #74. No need to try a flag in the linker context if it is not supported in the compiler context. For example, on the staging branch: ``` $ env CC=clang CXX=clang++ cmake -B build ... -- Performing Test CXX_SUPPORTS__FSTACK_REUSE_NONE -- Performing Test CXX_SUPPORTS__FSTACK_REUSE_NONE - Failed CMake Warning at cmake/module/TryAppendCXXFlags.cmake:125 (message): The -fstack-reuse=none fail(s) to link. Call Stack (most recent call first): CMakeLists.txt:310 (try_append_cxx_flags) ... ``` Top commit has no ACKs. Tree-SHA512: 6e73f00838eeb066635cbbf1acb41955b32a83e9939b1cabe62152b312d2e9c1f8dcacb6b11f529769b541925cc778d9e63e0968615ff4404a393115199300f5
- Loading branch information