mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-12 19:42:55 +01:00
Compile Ruby with -fno-omit-frame-pointer
This allows performance analysis tools to reconstruct function names.
This commit is contained in:
parent
a777a18652
commit
b70894eab4
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ if [[ -d "/patches/ruby/$RUBY_VERSION" ]]; then
|
|||
fi
|
||||
|
||||
# Compile
|
||||
./configure --enable-shared --disable-install-doc --disable-install-rdoc --disable-install-capi
|
||||
./configure --enable-shared --disable-install-doc --disable-install-rdoc --disable-install-capi -fno-omit-frame-pointer
|
||||
make install -j $(nproc)
|
||||
|
||||
# Cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue