Skip to content

Commit

Permalink
Drop tracy from the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed May 7, 2024
1 parent 974d385 commit b9e8151
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions debuggui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ requires:
- FreeType
- libuv
build_requires:
- capstone
- CMake
- alibuild-recipe-tools
- ninja
Expand Down Expand Up @@ -42,21 +41,6 @@ case $ARCHITECTURE in
;;
esac

# build the tracy profiler
rsync -av $SOURCEDIR/tracy/ tracy/
pushd tracy/profiler/build/unix
make ${JOBS+-j $JOBS} \
LIBS="-L$CAPSTONE_ROOT/lib -L$GLFW_ROOT/lib -L$FREETYPE_ROOT/lib -lglfw -lfreetype -lcapstone -lpthread -ldl $EXTRA_LIBS" \
DEFINES="$DEFINES" \
TBB=off \
TRACY_NO_FILESELECTOR=1 \
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}"
popd
mkdir -p $INSTALLROOT/{include/tracy,bin}
cp tracy/profiler/build/unix/Tracy-* $INSTALLROOT/bin/tracy-profiler
cp tracy/*.{h,hpp,cpp} $INSTALLROOT/include/tracy
cp -r tracy/{common,client,libbacktrace} $INSTALLROOT/include/tracy/

cmake $SOURCEDIR \
-DCMAKE_GENERATOR=Ninja \
-DCMAKE_INSTALL_PREFIX=$INSTALLROOT \
Expand Down

0 comments on commit b9e8151

Please sign in to comment.