You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/debug/createdump/CMakeLists.txt
|
|
+++ b/src/debug/createdump/CMakeLists.txt
|
|
@@ -38,6 +38,8 @@
|
|
main.cpp
|
|
)
|
|
|
|
+SET_TARGET_PROPERTIES(createdump PROPERTIES LINK_FLAGS -pie)
|
|
+
|
|
target_link_libraries(createdump
|
|
createdump_lib
|
|
# share the PAL in the dac module
|