We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e459f2f commit 40328cbCopy full SHA for 40328cb
bindings/c/README.md
@@ -15,7 +15,7 @@ These are the bindings to use AccessKit from other languages through FFI such as
15
Once inside the `bindings/c` directory, CMake can be used like so:
16
17
```bash
18
-cmake -S . -B build -DCMAKE_BUILD_TYPE=ON # See below for available configuration options.
+cmake -S . -B build -DCMAKE_BUILD_TYPE=Release # See below for available configuration options.
19
cd build
20
cmake --build .
21
```
0 commit comments