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 c2534f4 commit e459f2fCopy full SHA for e459f2f
bindings/c/README.md
@@ -14,8 +14,8 @@ These are the bindings to use AccessKit from other languages through FFI such as
14
15
Once inside the `bindings/c` directory, CMake can be used like so:
16
17
-```
18
-cmake -S . -B build # See below for available configuration options.
+```bash
+cmake -S . -B build -DCMAKE_BUILD_TYPE=ON # See below for available configuration options.
19
cd build
20
cmake --build .
21
```
0 commit comments