Skip to content

Commit

Permalink
build: no need for -fpic (erigontech#1193)
Browse files Browse the repository at this point in the history
  • Loading branch information
yperbasis authored May 29, 2023
1 parent 821ab63 commit 540a91d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/toolchain/cxx20.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ set(CMAKE_CXX_STANDARD_REQUIRED YES)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_EXTENSIONS NO)

set(CMAKE_POSITION_INDEPENDENT_CODE YES)

set(CMAKE_C_VISIBILITY_PRESET hidden)
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
set(CMAKE_VISIBILITY_INLINES_HIDDEN YES)
Expand Down

0 comments on commit 540a91d

Please sign in to comment.