146 B
146 B
Building
- mkdir build
- cd build
- cmake ..
- make
Disable TLS
- Enable:
cmake -DUSE_TLS=OFF ..
- Disable:
cmake -DUSE_TLS=ON ..
cmake -DUSE_TLS=OFF ..
cmake -DUSE_TLS=ON ..