Skip to content

Commit 6d65ac3

Browse files
authored
Drop tracy from the builds (#5460)
1 parent fd84a2d commit 6d65ac3

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

debuggui.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ requires:
77
- FreeType
88
- libuv
99
build_requires:
10-
- capstone
1110
- CMake
1211
- alibuild-recipe-tools
1312
- ninja
@@ -42,21 +41,6 @@ case $ARCHITECTURE in
4241
;;
4342
esac
4443

45-
# build the tracy profiler
46-
rsync -av $SOURCEDIR/tracy/ tracy/
47-
pushd tracy/profiler/build/unix
48-
make ${JOBS+-j $JOBS} \
49-
LIBS="-L$CAPSTONE_ROOT/lib -L$GLFW_ROOT/lib -L$FREETYPE_ROOT/lib -lglfw -lfreetype -lcapstone -lpthread -ldl $EXTRA_LIBS" \
50-
DEFINES="$DEFINES" \
51-
TBB=off \
52-
TRACY_NO_FILESELECTOR=1 \
53-
INCLUDES="-I$CAPSTONE_ROOT/include/capstone -I$SOURCEDIR/tracy/imgui -I$SOURCEDIR/tracy -I$SOURCEDIR/tracy/profiler/libs/gl3w ${FREETYPE_ROOT:+-I$FREETYPE_ROOT/include/freetype2} -I${GLFW_ROOT:+$GLFW_ROOT/include}"
54-
popd
55-
mkdir -p $INSTALLROOT/{include/tracy,bin}
56-
cp tracy/profiler/build/unix/Tracy-* $INSTALLROOT/bin/tracy-profiler
57-
cp tracy/*.{h,hpp,cpp} $INSTALLROOT/include/tracy
58-
cp -r tracy/{common,client,libbacktrace} $INSTALLROOT/include/tracy/
59-
6044
cmake $SOURCEDIR \
6145
-DCMAKE_GENERATOR=Ninja \
6246
-DCMAKE_INSTALL_PREFIX=$INSTALLROOT \

0 commit comments

Comments
 (0)