oliora / ppconsul

C++ client for Consul (http://consul.io)
Boost Software License 1.0
152 stars 57 forks source link

Set -fPIC for clang too #32

Closed mparry closed 5 years ago

mparry commented 5 years ago

This seems to be necessary under Linux. (It's not under macOS, where of course clang is the default compiler and PIC is the default behaviour, but it's still ok to explicitly/redundantly turn it on there.)