Skip to content

Commit ef83ee7

Browse files
committed
Fix markdown
1 parent 4282ea8 commit ef83ee7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ zig build -Drelease
2727
```
2828

2929
To build the library as a shared object using the `-Dlinkage` option:
30+
3031
```sh
3132
zig build -Dlinkage=dynamic -Drelease
3233
```
@@ -58,6 +59,7 @@ cd build
5859
cmake -DCMAKE_INSTALL_PREFIX=/install/prefix ..
5960
make install
6061
```
62+
6163
To build the library as a shared library, add `-DBUILD_SHARED_LIBS=On`.
6264

6365
To favor performance over side-channel mitigations on devices without hardware acceleration, add `-DFAVOR_PERFORMANCE`.

0 commit comments

Comments
 (0)