diff --git a/readme.md b/readme.md index daf57f39..10523b2f 100644 --- a/readme.md +++ b/readme.md @@ -103,7 +103,7 @@ We use [`cmake`](https://cmake.org)1 as the build system: ``` > mkdir -p out/release > cd out/release -> cmake ../.. +> cmake -DCMAKE_BUILD_TYPE=Release ../.. > make ``` This builds the library as a shared (dynamic)