mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-18 13:23:50 +03:00
change tests to set --enable-prof-libunwind instead of --enable-prof-frameptr
This commit is contained in:
parent
04aad97faa
commit
262f08301a
5 changed files with 53 additions and 31 deletions
|
|
@ -7,7 +7,8 @@ if [[ "$TRAVIS_OS_NAME" != "linux" ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libunwind-dev
|
||||
if [[ "$CROSS_COMPILE_32BIT" == "yes" ]]; then
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install gcc-multilib g++-multilib
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue