Skip to content

Commit

Permalink
Added cmake option to skip unnecessary and failing third party benchm…
Browse files Browse the repository at this point in the history
…arks when linking against libsrockdb in dev docs.
  • Loading branch information
ejmg committed Jul 18, 2024
1 parent e360740 commit 526a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/src/dev/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ git submodule update --init
# Build snappy using cmake.
mkdir build
cd build && cmake .. && make
cd build && cmake ../ -DSNAPPY_BUILD_BENCHMARKS=OFF && make
# Add an environment variable pointing to the build/ directory.
SNAPPY_LIB_DIR=`pwd`
Expand Down

0 comments on commit 526a1c3

Please sign in to comment.