diff options
author | NanoAkron <nanoakron@users.noreply.github.com> | 2016-11-21 22:34:19 +0000 |
---|---|---|
committer | NanoAkron <nanoakron@users.noreply.github.com> | 2016-12-09 12:01:16 +0000 |
commit | b9c5f29d1d3b21ab702b0ea1e494121a70b0e0e0 (patch) | |
tree | 0897d48853c22b09ca1f21a830b31558fceaa41d | |
parent | Merge pull request #1403 (diff) | |
download | monero-b9c5f29d1d3b21ab702b0ea1e494121a70b0e0e0.tar.xz |
Revert forcing -fPIC for all ARMv8 builds
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 020aa0c37..b4b680e84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |