Build everything with -fPIC

pull/280/head
Michael 5 years ago
parent 5769e5c716
commit 4c3734a146
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -41,6 +41,7 @@ if (WIN32 AND NOT STATIC_LINK)
set(STATIC_LINK ON)
endif(WIN32 AND NOT STATIC_LINK)
add_compile_options(-fPIC)
set(ABSEIL_DIR vendor/abseil-cpp)
add_subdirectory(${ABSEIL_DIR})
include_directories(${ABSEIL_DIR})

Loading…
Cancel
Save