Revert forcing -fPIC for all ARMv8 builds

This commit is contained in:
NanoAkron 2016-11-21 22:34:19 +00:00
parent 45bb393577
commit b9c5f29d1d
No known key found for this signature in database
GPG key ID: 346A337AA2EA8B57

View file

@ -80,7 +80,6 @@ endif()
if (ARM_ID STREQUAL "aarch64")
set(ARM 1)
set(ARM8 1)
set(BUILD_SHARED_LIBS ON)
endif()
if(WIN32 OR ARM)