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 c529429 commit 9aa5cecCopy full SHA for 9aa5cec
src/crimson/tools/CMakeLists.txt
@@ -9,8 +9,9 @@ target_link_libraries(crimson-store-nbd
9
install(TARGETS crimson-store-nbd DESTINATION bin)
10
11
add_executable(crimson-store-bench
12
- store_bench/store-bench.cc
13
- )
+ store_bench/store-bench.cc
+ ${PROJECT_SOURCE_DIR}/src/crimson/osd/lsan_suppressions.cc)
14
+
15
target_link_libraries(crimson-store-bench
16
crimson-os)
17
install(TARGETS crimson-store-bench DESTINATION bin)
0 commit comments