Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
utils/genrandconfig: drop hardening Config enables
Since 810ba38, some form of these options are enable by default. Specifically: - Kept FORTIFY level 2 option as the default is now level 1. - Removed all SSP options as the default now uses the best option based on toolchain support. - Similar to SSP, for RELRO, the default now uses the best option based on toolchain support. - Completely drop PIC PIE as it defaults =y Signed-off-by: Matthew Weber <[email protected]> Signed-off-by: Yann E. MORIN <[email protected]>
- Loading branch information