Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/benchmark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e2b73decfa8d29d2a231c6272baeff7a5d1e732f
Choose a base ref
..
head repository: google/benchmark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f9f3877ccd889e2345284b2be2f54ca4cb8b4c2c
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 BUILD.bazel
4 changes: 4 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
@@ -51,6 +51,10 @@ cc_library(
}),
defines = [
"BENCHMARK_STATIC_DEFINE",
# Large-file Support
"_FILE_OFFSET_BITS=64",
"_LARGEFILE64_SOURCE",
"_LARGEFILE_SOURCE",
] + select({
":perfcounters": ["HAVE_LIBPFM"],
"//conditions:default": [],