You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bazel 7.4.x+ have a new `cc_static_library` rule that creates a
redistributable static library from a set of deps. This allows us to
create a standalone version of tcmalloc that users can easily pull into
non-bazel projects.
This should lower the friction for cmake users to use tcmalloc.
0 commit comments