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 6b211fd commit a0c6eafCopy full SHA for a0c6eaf
boringssl.sh
@@ -109,9 +109,6 @@ _VER="$1"
109
110
# Patch out to avoid redefinition errors
111
sed -i.bak 's/-D_WIN32_WINNT=_WIN32_WINNT_WIN7//g' ./CMakeLists.txt
112
-
113
- # Skip building failing componnt
114
- echo 'set_target_properties(decrepit PROPERTIES EXCLUDE_FROM_ALL TRUE)' >> ./CMakeLists.txt
115
else
116
# Patch the build to omit debug info. This results in 50% smaller footprint
117
# for each ${_BLDDIR}. As of llvm 14.0.6, llvm-strip does an imperfect job
0 commit comments