summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWoongsuk Cho <ws77.cho@samsung.com>2019-12-12 20:41:39 +0900
committerGleb Balykov <g.balykov@samsung.com>2020-03-25 15:29:41 +0300
commit3741242c09ceb4695ba27938f34ff19d90280b49 (patch)
tree5c9961f5a2b8fe32f75327efd019e3befd7b6ddb
parent643ad2bf32f577f148dccbf59f680884ceb67deb (diff)
downloadcoreclr-3741242c09ceb4695ba27938f34ff19d90280b49.tar.gz
coreclr-3741242c09ceb4695ba27938f34ff19d90280b49.tar.bz2
coreclr-3741242c09ceb4695ba27938f34ff19d90280b49.zip
[Tizen] add pie linker option to createdump
-rw-r--r--src/debug/createdump/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/createdump/CMakeLists.txt b/src/debug/createdump/CMakeLists.txt
index 8b3876def7..7063b57c93 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