We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25af1c4 commit a09b7b4Copy full SHA for a09b7b4
heaptrack/build.sh
@@ -7,6 +7,8 @@ VERSION=$1
7
8
URL=https://github.com/KDE/heaptrack.git
9
10
+ARCH=$(uname -m)
11
+
12
FULLNAME=heaptrack-${ARCH}-${VERSION}.tar.xz
13
OUTPUT=$2/${FULLNAME}
14
@@ -40,7 +42,6 @@ cd "${BUILDDIR}"
40
42
41
43
44
PREFIX=$(pwd)/heaptrack
-ARCH=$(uname -m)
45
46
cmake -DCMAKE_BUILD_TYPE=Release ..
47
cmake --build . --target heaptrack_unwind heaptrack_preload heaptrack_print heaptrack_interpret heaptrack_inject
0 commit comments