mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Move flag back to configure and into CFLAGS
This commit is contained in:
parent
9797b24dfd
commit
4122dfa127
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ if [[ -d "/patches/ruby/$RUBY_VERSION" ]]; then
|
|||
fi
|
||||
|
||||
# Compile
|
||||
./configure --enable-shared --disable-install-doc --disable-install-rdoc --disable-install-capi
|
||||
CFLAGS=-fno-omit-frame-pointer make install -j $(nproc)
|
||||
./configure --enable-shared --disable-install-doc --disable-install-rdoc --disable-install-capi CFLAGS='-fno-omit-frame-pointer'
|
||||
make install -j $(nproc)
|
||||
|
||||
# Cleanup
|
||||
cd /
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue