srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
4880144b
521e202a
deps: Build spdlog without exceptions
inline
split
third_party/spdlog.BUILD
added: 2, removed: 1, total 1
@@ -10,6 +10,7 @@ cc_library(
defines = [
"SPDLOG_COMPILED_LIB",
"SPDLOG_FMT_EXTERNAL",
"SPDLOG_NO_EXCEPTIONS",
],
linkopts = select({
"@platforms//os:linux": ["-lpthread"],