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 4be4ddc commit 9549caaCopy full SHA for 9549caa
_build.sh
@@ -1049,8 +1049,8 @@ build_single_target() {
1049
_LDFLAGS_GLOBAL+=' -Wl,--gc-sections'
1050
fi
1051
1052
- if [ "${_OPENSSL}" != 'awslc' ] && [ "${_OS}" = 'win' ]; then
1053
- if [ "${_CC}" = 'llvm' ] && [ "${_TOOLCHAIN}" != 'llvm-apple' ]; then
+ if [ "${_CC}" = 'llvm' ] && [ "${_TOOLCHAIN}" != 'llvm-apple' ]; then
+ if [ "${_OPENSSL}" != 'awslc' ] || [ "${_OS}" != 'win' ]; then
1054
_LDFLAGS_GLOBAL+=' -Wl,--icf=all'
1055
1056
0 commit comments