mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add misc hardening flags to the cmake machinery
See https://wiki.debian.org/Hardening#User_Space
This commit is contained in:
parent
a0a8706946
commit
776b44f17b
9 changed files with 153 additions and 14 deletions
1
external/db_drivers/liblmdb/CMakeLists.txt
vendored
1
external/db_drivers/liblmdb/CMakeLists.txt
vendored
|
@ -54,3 +54,4 @@ if(${ARCH_WIDTH} EQUAL 32)
|
|||
target_compile_definitions(lmdb
|
||||
PUBLIC -DMDB_VL32)
|
||||
endif()
|
||||
set_property(TARGET lmdb APPEND PROPERTY COMPILE_FLAGS "-fPIC")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue