mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-15 18:32:18 +08:00
fix typo during merge
This commit is contained in:
parent
eb1237c5fd
commit
ddb05b6e8e
@ -22,7 +22,7 @@ use_libcxx(_use_libcxx)
|
||||
env_set(USE_LIBCXX "${_use_libcxx}" BOOL "Use libc++")
|
||||
static_link_libcxx(_static_link_libcxx)
|
||||
env_set(STATIC_LINK_LIBCXX "${_static_link_libcxx}" BOOL "Statically link libstdcpp/libc++")
|
||||
env_set(TRACE_PC_GUARD_INSTRUMENTATION_LIB "" STRING "Path to a library containing an implementation for __sanitizer_cov_trace_pc_guard. See https://clang.llvm.org/docs/SanitizerCoverage.html for more info."
|
||||
env_set(TRACE_PC_GUARD_INSTRUMENTATION_LIB "" STRING "Path to a library containing an implementation for __sanitizer_cov_trace_pc_guard. See https://clang.llvm.org/docs/SanitizerCoverage.html for more info.")
|
||||
env_set(GENERATE_INSTR_PROFILE OFF BOOL "If set, build FDB as an instrumentation build to generate profiles")
|
||||
env_set(USE_INSTR_PROFILE "" STRING "If set, build FDB with profile")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user