Blame SOURCES/coreclr-hardening-flags.patch

af9764
--- a/src/debug/createdump/CMakeLists.txt
af9764
+++ b/src/debug/createdump/CMakeLists.txt
af9764
@@ -38,6 +38,8 @@
af9764
 
af9764
 add_dependencies(createdump pal_redefines_file)
af9764
 
af9764
+SET_TARGET_PROPERTIES(createdump PROPERTIES LINK_FLAGS -pie)
af9764
+
af9764
 target_link_libraries(createdump
af9764
     createdump_lib
af9764
     # share the PAL/corguids in the dac module