Skip to content

Commit

Permalink
[GraphicsMagick] Build without profiler support (#10186)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Jan 1, 2025
1 parent 352942b commit 563ae57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion G/GraphicsMagick/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 563ae57

Please sign in to comment.