There was recent(ish) work to resolve an issue with ensuring executables
are built with PIE enabled for Android, but it would appear that for other
platforms, CMake might not be providing the required set of linker flags,
missing out on -pie. The end result is that despite having
POSITION_INDEPENDENT_CODE set to ON, executables might still be getting
built with PIE not enabled.

Those who are familiar enough with the various compiler/linker/platform
details may want to take a look at the following issue which ties together
the information from a few related bug reports:

https://gitlab.kitware.com/cmake/cmake/issues/14983


-- 
Craig Scott
Melbourne, Australia
https://crascit.com
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to