[Tizen] add pie linker option to createdump
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 12 Dec 2019 11:41:39 +0000 (20:41 +0900)
committerGleb Balykov <g.balykov@samsung.com>
Wed, 25 Mar 2020 12:29:41 +0000 (15:29 +0300)
src/debug/createdump/CMakeLists.txt

index 8b3876d..7063b57 100644 (file)
@@ -63,6 +63,7 @@ target_link_libraries(createdump
     # share the PAL/corguids in the dac module
     mscordaccore
 )
+set_target_properties(createdump PROPERTIES LINK_FLAGS -pie)
 
 target_link_libraries(dnetmemoryenum
     # share the PAL in the dac module