Preparing releasing 0.42.1. No code changes. (0.42.1)
This commit is contained in:
parent
f37b8538b2
commit
8bb99d3154
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ To enable the Redis extension when building Fun, pass the CMake option `-DFUN_WI
|
||||||
Example (Release build directory shown by your setup):
|
Example (Release build directory shown by your setup):
|
||||||
|
|
||||||
```
|
```
|
||||||
cmake -S . -B build_release -DFUN_WITH_REDIS=ON
|
cmake -S . -B build -DFUN_WITH_REDIS=ON
|
||||||
cmake --build build_release --target fun
|
cmake --build build --target fun
|
||||||
```
|
```
|
||||||
|
|
||||||
### Changelog
|
### Changelog
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue