restc-cpp icon indicating copy to clipboard operation
restc-cpp copied to clipboard

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

Open mm-s opened this issue 4 years ago • 0 comments

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

mm-s avatar Jun 02 '21 11:06 mm-s