Skip to content

Commit 40328cb

Browse files
committed
Fix building instructions in the README
1 parent e459f2f commit 40328cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ These are the bindings to use AccessKit from other languages through FFI such as
1515
Once inside the `bindings/c` directory, CMake can be used like so:
1616

1717
```bash
18-
cmake -S . -B build -DCMAKE_BUILD_TYPE=ON # See below for available configuration options.
18+
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release # See below for available configuration options.
1919
cd build
2020
cmake --build .
2121
```

0 commit comments

Comments
 (0)