Skip to content

Commit

Permalink
change to build static lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-X-Net committed Jul 17, 2023
1 parent 0c6f401 commit be21c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ if(BUILD_SHARED_LIBS)
# some library targets are OBJECT libraries.
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
endif()
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)

if(MSAN)
if(NOT CLANG)
Expand Down

0 comments on commit be21c0a

Please sign in to comment.