mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'sh-optimize-ruby' into 'master'
Set frame pointer in cflags instead of optargs See merge request gitlab-org/gitlab-build-images!402
This commit is contained in:
commit
1bbac35a38
1 changed files with 1 additions and 2 deletions
|
|
@ -55,8 +55,7 @@ if [[ -d "/patches/ruby/$RUBY_VERSION" ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Compile
|
# Compile
|
||||||
export optflags="-fno-omit-frame-pointer"
|
cflags="-fno-omit-frame-pointer" ./configure --enable-shared --with-jemalloc --disable-install-doc --disable-install-rdoc --disable-install-capi
|
||||||
./configure --enable-shared --with-jemalloc --disable-install-doc --disable-install-rdoc --disable-install-capi
|
|
||||||
make install -j $(nproc)
|
make install -j $(nproc)
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue