diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-12-10 14:48:00 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-12-10 14:48:00 +0200 |
| commit | 99f725cbe2b357fcaedf2ea4334e8792ad574343 (patch) | |
| tree | bca5aad92b624464407669063fd36ff4a3f6ef51 | |
| parent | 12b59460c25b582366ea15ea642419b53d1d0897 (diff) | |
| parent | b9c5f29d1d3b21ab702b0ea1e494121a70b0e0e0 (diff) | |
| download | monzero-core-99f725cbe2b357fcaedf2ea4334e8792ad574343.tar.gz monzero-core-99f725cbe2b357fcaedf2ea4334e8792ad574343.tar.xz monzero-core-99f725cbe2b357fcaedf2ea4334e8792ad574343.zip | |
Merge pull request #1408
b9c5f29d Revert forcing -fPIC for all ARMv8 builds (NanoAkron)
| -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) |
