Closed pahaze closed 1 year ago
Makes perfect sense. Either conditional (under BUILD_CROSS) or unconditional is OK for me.
P.S. I wonder if we could standardize the host toolchain, or at least its implied flags, and somehow enforce the standard.
Probably, shouldn't be too hard. What's fPIE for anyway?
position-independent executable. (fPIC, AFAIU, is more rigorous.)
For some reason, osslsigncode doesn't want to build if popen2 is not built with
-fPIE
. Adding it simply fixes it.Error log for osslsigncode if curious, though.