We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635f212 commit 77e7ac9Copy full SHA for 77e7ac9
boringssl.sh
@@ -106,6 +106,9 @@ _VER="$1"
106
options+=' -DBUILD_TOOL=OFF'
107
options+=' -DDISABLE_GO=ON'
108
options+=' -DDISABLE_PERL=ON'
109
+
110
+ # Patch out to avoid redefinition errors
111
+ sed -i.bak 's/-D_WIN32_WINNT=_WIN32_WINNT_WIN7//g' ./CMakeLists.txt
112
else
113
# Patch the build to omit debug info. This results in 50% smaller footprint
114
# for each ${_BLDDIR}. As of llvm 14.0.6, llvm-strip does an imperfect job
0 commit comments