This diffs adds the -fPIC and -fPIE compiler flags, as well as the
-pie compiler flag.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGcb22eb3fee4a: [CMAKE] Add PIC/PIE flags on non Windows platforms
rABCcb22eb3fee4a: [CMAKE] Add PIC/PIE flags on non Windows platforms
mkdir buildcmake && cd buildcmake cmake -GNinja .. ninja ../contrib/devtools/security-check.py src/bitcoind
Before the patch, the output would contain PIE, no longer after the
patch.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable