Skip to content

Commit

Permalink
minor README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Dec 14, 2024
1 parent 357b09c commit f78352b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ features = ["bindgen-static", "snappy", "lz4", "zstd", "zlib", "bzip2"]

Notice that `runtime` and `static` features are mutually exclusive, and won't compile if both enabled.

## LTO
### LTO

Enable the `lto` feature to enable link-time optimization. It will compile rocksdb with `-flto` flag. This feature is disabled by default.

> [!IMPORTANT]
Expand Down

0 comments on commit f78352b

Please sign in to comment.