Open
Description
We want to transition libsnark to CMake. The cmake
branch mostly implements this, but its code lags a bit behind master
.
We should finalize the CMake flags interface, and merge the cmake
branch into master.
When finalizing the CMake flags, let's take the opportunity to remove all negations (e.g., NO_PT_COMPRESSION
), and make sure all useful flags are expressed in a uniform way (currently some are Makefile proper flags and some are pass-through FEATUREFLAGS="-Dfoo"
.