mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Revert forcing -fPIC for all ARMv8 builds
This commit is contained in:
parent
45bb393577
commit
b9c5f29d1d
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ endif()
|
||||||
if (ARM_ID STREQUAL "aarch64")
|
if (ARM_ID STREQUAL "aarch64")
|
||||||
set(ARM 1)
|
set(ARM 1)
|
||||||
set(ARM8 1)
|
set(ARM8 1)
|
||||||
set(BUILD_SHARED_LIBS ON)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WIN32 OR ARM)
|
if(WIN32 OR ARM)
|
||||||
|
|
Loading…
Reference in a new issue