mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Enable position independent code
This commit is contained in:
parent
86949c8ce1
commit
ec29d5320d
1 changed files with 1 additions and 0 deletions
|
@ -63,3 +63,4 @@ add_library(randomx
|
|||
target_link_libraries(randomx
|
||||
PRIVATE
|
||||
${CMAKE_THREAD_LIBS_INIT})
|
||||
set_property(TARGET randomx PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
Loading…
Reference in a new issue