1
0

link-option-PIE.rst 457 B

123456789
  1. link-option-PIE
  2. ---------------
  3. * Required link options to manage Position Independent Executable are now
  4. added when :prop_tgt:`POSITION_INDEPENDENT_CODE` is set. The project is
  5. responsible for using the :module:`CheckPIESupported` module to check for
  6. ``PIE`` support to ensure that the :prop_tgt:`POSITION_INDEPENDENT_CODE`
  7. target property will be honored at link time for executables. This behavior
  8. is controlled by policy :policy:`CMP0083`.