jgaa / restc-cpp

Modern C++ REST Client library
MIT License
615 stars 95 forks source link

build: Added options to compile with PIC and Flags for C++20 #115

Open mm-s opened 3 years ago

mm-s commented 3 years ago

When the compiled library is meant to be used to build a shared library (.so) the code must be relocatable. Added options: -DRESTC_CPP_USE_CPP20=ON -DRESTC_CPP_PIC=ON