mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-12-21 23:38:54 +00:00
Enable position independent code
This commit is contained in:
parent
86949c8ce1
commit
ec29d5320d
@ -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 New Issue
Block a user