From 4ba5ca0b608477cd09835496d68bf9755c64697d Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Wed, 1 Jan 2025 21:12:52 +0530 Subject: [PATCH] [GraphicsMagick] Build without profiler support --- G/GraphicsMagick/build_tarballs.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/G/GraphicsMagick/build_tarballs.jl b/G/GraphicsMagick/build_tarballs.jl index 2dd1b11abd3..1c1f020613a 100644 --- a/G/GraphicsMagick/build_tarballs.jl +++ b/G/GraphicsMagick/build_tarballs.jl @@ -39,7 +39,8 @@ for depth in 32 16 8; do --without-gs \ --without-frozenpaths \ --without-perl \ - --without-x + --without-x \ + --disable-prof --disable-gprof --disable-gcov make -j${nproc} make install popd