diff options
author | Woongsuk Cho <ws77.cho@samsung.com> | 2019-12-12 20:41:39 +0900 |
---|---|---|
committer | Alexander Soldatov <soldatov.a@samsung.com> | 2019-12-12 14:56:36 +0300 |
commit | 9eca1ff0d4c33c8fcc545a70e2209168f9fcf2a1 (patch) | |
tree | e10d996a8bfbbfadddb8d83ed2944f1efdd66177 | |
parent | 724634df08bc4159dd2bd60bc140bcc39d62d7d2 (diff) | |
download | coreclr-accepted/tizen/unified/20191213.042425.tar.gz coreclr-accepted/tizen/unified/20191213.042425.tar.bz2 coreclr-accepted/tizen/unified/20191213.042425.zip |
[Tizen] add pie linker option to createdumpsubmit/tizen_5.5/20200122.120845submit/tizen_5.5/20191226.142948submit/tizen_5.5/20191212.120414submit/tizen/20191212.115837accepted/tizen/unified/20191213.042425accepted/tizen/5.5/unified/20191230.212352
-rw-r--r-- | src/debug/createdump/CMakeLists.txt | 1 |
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 |