diff options
author | Woongsuk Cho <ws77.cho@samsung.com> | 2019-12-12 11:41:39 (GMT) |
---|---|---|
committer | Alexander Soldatov <soldatov.a@samsung.com> | 2019-12-12 11:56:36 (GMT) |
commit | 9eca1ff0d4c33c8fcc545a70e2209168f9fcf2a1 (patch) | |
tree | e10d996a8bfbbfadddb8d83ed2944f1efdd66177 | |
parent | 724634df08bc4159dd2bd60bc140bcc39d62d7d2 (diff) | |
download | coreclr-accepted/tizen_unified.zip coreclr-accepted/tizen_unified.tar.gz coreclr-accepted/tizen_unified.tar.bz2 |
[Tizen] add pie linker option to createdumpsubmit/tizen_5.5/20191212.120414submit/tizen/20191212.115837accepted/tizen/unified/20191213.042425tizen_5.5tizenaccepted/tizen_unified
-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 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 |