Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
partouf committed Sep 27, 2024
1 parent 25af1c4 commit a09b7b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion heaptrack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ VERSION=$1

URL=https://github.com/KDE/heaptrack.git

ARCH=$(uname -m)

FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz
OUTPUT=$2/${FULLNAME}

Expand Down Expand Up @@ -40,7 +42,6 @@ cd "${BUILDDIR}"


PREFIX=$(pwd)/heaptrack
ARCH=$(uname -m)

cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target heaptrack_unwind heaptrack_preload heaptrack_print heaptrack_interpret heaptrack_inject
Expand Down

0 comments on commit a09b7b4

Please sign in to comment.