Closed liuw closed 6 years ago
When building rumprun on Debian Stretch, it fails with something like:
/usr/bin/ld: -r and -pie may not be used together
That's due to:
We can't simply append -no-pie because it is not supported by all gcc versions.
Adding the functionality to append -no-pie isn't too hard, but it is unclear where I should put it.
@anttikantee any suggestion?
Fixed by #118
When building rumprun on Debian Stretch, it fails with something like:
That's due to:
We can't simply append -no-pie because it is not supported by all gcc versions.
Adding the functionality to append -no-pie isn't too hard, but it is unclear where I should put it.
@anttikantee any suggestion?