Skip to content

Add "suid-nopie" option to override PIE suid check

Drew DeVault requested to merge ddevault/abuild:suid-nopie into master

Some languages (such as Hare) do not support position-independent executables. Such cases require extra care and scrutiny, but should not be entirely disallowed. So: a new option which downgrades the error to a warning in this situation.

Merge request reports