You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to change this to PRIVATE? Making it PUBLIC propagates -fPIC to all targets linking s2n, which might be unnecessary or even problematic for some consumers of the library.
The text was updated successfully, but these errors were encountered:
Hi,
I noticed that in the CMake configuration, the -fPIC compile option is added as a PUBLIC option:
s2n-tls/CMakeLists.txt
Line 192 in 785ed14
Would it be possible to change this to PRIVATE? Making it PUBLIC propagates -fPIC to all targets linking s2n, which might be unnecessary or even problematic for some consumers of the library.
The text was updated successfully, but these errors were encountered: