diff options
Diffstat (limited to 'Help/release/dev/link-option-PIE.rst')
-rw-r--r-- | Help/release/dev/link-option-PIE.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/release/dev/link-option-PIE.rst b/Help/release/dev/link-option-PIE.rst new file mode 100644 index 0000000..872343c --- /dev/null +++ b/Help/release/dev/link-option-PIE.rst @@ -0,0 +1,9 @@ +link-option-PIE +--------------- + +* Required link options to manage Position Independent Executable are now + added when :prop_tgt:`POSITION_INDEPENDENT_CODE` is set. The project is + responsible for using the :module:`CheckPIESupported` module to check for + ``PIE`` support to ensure that the :prop_tgt:`POSITION_INDEPENDENT_CODE` + target property will be honored at link time for executables. This behavior + is controlled by policy :policy:`CMP0083`. |