-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Implement add_legacy_security_settings() to replicate the security settings used in earlier versions of P4 Control Plane. - Rename add_security_settings() to add_recent_security_settings() to provide contrast with the "legacy" settings. - Export CMAKE_POSITION_INDEPENDENT_CODE to the caller's scope, so it will actually take effect. - Add -fstack-protector-strong to the recent security settings. It was inadvertently overlooked. Signed-off-by: Derek G Foster <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 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