Skip to content

Commit

Permalink
add fpic option
Browse files Browse the repository at this point in the history
  • Loading branch information
tmori committed Jan 13, 2024
1 parent 9538607 commit 8088240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
1 change: 1 addition & 0 deletions default-cmake-options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ else()
set(CMAKE_USE_WIN32_THREADS_INIT 0)
set(CMAKE_USE_PTHREADS_INIT 1)
set(THREADS_PREFER_PTHREAD_FLAG ON)
add_definitions(-fPIC)
endif()

set(GCOV "disabled")
Expand Down

0 comments on commit 8088240

Please sign in to comment.