From 9eca1ff0d4c33c8fcc545a70e2209168f9fcf2a1 Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Thu, 12 Dec 2019 20:41:39 +0900 Subject: [PATCH] [Tizen] add pie linker option to createdump --- src/debug/createdump/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug/createdump/CMakeLists.txt b/src/debug/createdump/CMakeLists.txt index 8b3876d..7063b57 100644 --- a/src/debug/createdump/CMakeLists.txt +++ b/src/debug/createdump/CMakeLists.txt @@ -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 -- 2.7.4