1.0.77
Version 1.0.77
Changelog
- Added a new
Build::asm_flag
function, which allows providing flags that are only used when compiling assembly files (for example, if your C compiler rejects flags passed to the assembler when not used as an assembler). (#752) - Ensure that the version of DWARF debuginfo we emit is consistent with what rustc uses on the given target. (#694)
Thanks to everybody who contributed to this release!