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

Use `-no-pie` when compiling `savi` binary builds. #332

Closed jemc closed 2 years ago

jemc commented 2 years ago

The LLVM static builds we have are not compatible with PIE, so we need to explicitly disable it here to account for compilers that are configured to use PIE by default.

jemc commented 2 years ago

Note that I also needed to tweak the broken alpine build on CirrusCI.