Skip to content
Snippets Groups Projects
Commit d2b38c6d authored by Stan Hu's avatar Stan Hu
Browse files

Drop --enable-cc-silence parameter from jemalloc

In jemalloc v4.0.0, --enable-cc-silence was flipped in favor of
--disable-cc-silence in
https://github.com/jemalloc/jemalloc/commit/644d414bc, so we don't need
this parameter anymore.
parent 077c2d90
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,7 +40,6 @@ build do
env['AUTOCONF'] = '/usr/bin/autoconf268'
end
command ['./autogen.sh',
' --enable-cc-silence',
' --enable-prof',
"--prefix=#{install_dir}/embedded"].join(' '), env: env
make "-j #{workers} build_lib", env: env
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment