You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only define libssp if our CSL intsall actually has it
Some CSL installs (such as those from `USE_BINARYBUILDER=0` builds) do
not have a `libssp`, because their GCC was built without stack smash
protection, or it was statically linked. This allows our CSL_jll to
adapt to that, avoiding issues like those reported in [0].
[0]: #58173
0 commit comments