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 24, 2023
1 parent 45e4b82 commit 7141c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/jemalloc/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ 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 '',
"--with-lg-vaddr=48" if self.settings.arch in ['x86_64', 'armv8', 'armv8.3'] else '',
])

if self.options.enable_prof:
Expand Down

0 comments on commit 7141c3e

Please sign in to comment.