Skip to content

deps: fix for debug compilation error on ppc64 running fedora, on v10.x

kStoreBufferSize * kStoreBuffers may be less than the 64K page size on linux ppc64. This fix will RoundUp the result to be at least 64K on this architecture.

  • [x ] make -j4 test (UNIX), or vcbuild test (Windows) passes
  • [ x] commit message follows commit guidelines

Merge request reports

Loading