Merge branch 'jemalloc_with_prof' into 'master'

Build jemalloc with --enable-prof.

Closes #2822

See merge request gitlab-org/omnibus-gitlab!1965
This commit is contained in:
DJ Mountney 2017-09-26 18:56:07 +00:00
commit c40b82c403
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ omnibus-gitlab repository.
10.1.0
- Remove unused Grit configuration settings
- Enable profiler for jemalloc
10.0.2

View File

@ -33,6 +33,7 @@ relative_path "jemalloc-#{version}"
build do
command ['./configure',
' --enable-cc-silence',
' --enable-prof',
"--prefix=#{install_dir}/embedded"].join(' '), env: env
make "-j #{workers}", env: env
make 'install', env: env