We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JEMALLOC_SYS_WITH_LG_PAGE
1 parent 5453c0a commit 14d7942Copy full SHA for 14d7942
Library/Homebrew/extend/os/linux/extend/ENV/super.rb
@@ -40,6 +40,8 @@ def setup_build_environment(formula: nil, cc: nil, build_bottle: false, bottle_a
40
self["HOMEBREW_RPATH_PATHS"] = determine_rpath_paths(@formula)
41
m4_path_deps = ["libtool", "bison"]
42
self["M4"] = "#{HOMEBREW_PREFIX}/opt/m4/bin/m4" if deps.any? { m4_path_deps.include?(_1.name) }
43
+ # Build jemalloc-sys rust crate on ARM64/AArch64 with support for page sizes up to 64K.
44
+ self["JEMALLOC_SYS_WITH_LG_PAGE"] = "16" if ::Hardware::CPU.arch == :arm64
45
46
# Pointer authentication and BTI are hardening techniques most distros
47
# use by default on their packages. arm64 Linux we're packaging
0 commit comments