Skip to content

Commit 142e212

Browse files
committed
boringssl.sh: disable perl
1 parent 12f951a commit 142e212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boringssl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ _VER="$1"
9999
options+=' -DBUILD_TESTING=OFF'
100100
options+=' -DBUILD_TOOL=OFF'
101101
options+=' -DDISABLE_GO=ON'
102+
options+=' -DDISABLE_PERL=ON'
102103
else
103104
# Patch the build to omit debug info. This results in 50% smaller footprint
104105
# for each ${_BLDDIR}. As of llvm 14.0.6, llvm-strip does an imperfect job

0 commit comments

Comments
 (0)