Skip to content

Commit

Permalink
adds forcing vaddr setting on x86_64/arm64/armv8 - workaround for jem…
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbas committed Jul 19, 2023
1 parent 62fa931 commit 3e985e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/jemalloc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ def generate(self):
"--enable-log" if self.options.enable_debug_logging else "--disable-log",
"--enable-initial-exec-tls" if self.options.enable_initial_exec_tls else "--disable-initial-exec-tls",
"--enable-libdl" if self.options.enable_libdl else "--disable-libdl",
"--with-lg-vaddr=48" if self.settings.arch in ['x86_64', 'arm64', 'armv8'] else '',
])

if self.options.enable_prof:
tc.configure_args.append("--enable-prof")
env = tc.environment()
Expand Down

0 comments on commit 3e985e5

Please sign in to comment.