savi-lang / savi

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

Add debug info to C files compiled with `:ffi_link_c_files`. #407

Closed jemc closed 1 year ago

jemc commented 1 year ago

Prior to this commit, debug info would not be generated by the embedded clang compiler for such files.

Now, it will be generated in the same conditions that debug info for Savi code is generated (based on CLI flags to the Savi compiler).