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 4282ea8 commit ef83ee7Copy full SHA for ef83ee7
README.md
@@ -27,6 +27,7 @@ zig build -Drelease
27
```
28
29
To build the library as a shared object using the `-Dlinkage` option:
30
+
31
```sh
32
zig build -Dlinkage=dynamic -Drelease
33
@@ -58,6 +59,7 @@ cd build
58
59
cmake -DCMAKE_INSTALL_PREFIX=/install/prefix ..
60
make install
61
62
63
To build the library as a shared library, add `-DBUILD_SHARED_LIBS=On`.
64
65
To favor performance over side-channel mitigations on devices without hardware acceleration, add `-DFAVOR_PERFORMANCE`.
0 commit comments