Compile Ruby with -fno-omit-frame-pointer

This allows performance analysis tools to reconstruct function names.
This commit is contained in:
Matthias Käppler 2021-03-12 08:17:13 +00:00
parent a777a18652
commit b70894eab4

View file

@ -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