Skip to content

Commit e459f2f

Browse files
committed
Show how to build in release mode
1 parent c2534f4 commit e459f2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/c/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ These are the bindings to use AccessKit from other languages through FFI such as
1414

1515
Once inside the `bindings/c` directory, CMake can be used like so:
1616

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

0 commit comments

Comments
 (0)