savi-lang / savi

A fast language for programmers who are passionate about their craft.
BSD 3-Clause "New" or "Revised" License
157 stars 12 forks source link

Remove `-fPIC` from compiler build toolchain. #297

Closed jemc closed 2 years ago

jemc commented 2 years ago

This flag wasn't doing us any good when building a binary, and it apparently does harm on Arch Linux, where it breaks the build process because its requirements were not being met.