4 lines
126 B
Plaintext
4 lines
126 B
Plaintext
cmake .. -DCMAKE_BUILD_TYPE=Release
|
|
cmake .. -DCMAKE_BUILD_TYPE=Debug
|
|
cmake .. -DBUILD_TESTING=off
|
|
cmake .. -DBUILD_TESTING=on |