Skip to content

v0.0.21

Latest
Compare
Choose a tag to compare
@keynmol keynmol released this 14 Jul 09:02
· 12 commits to main since this release

CLI
This release changes the way scala-cli subcommand works – it now aggregates all linking and compilation flags into temporary files and uses the --native-linking @file syntax that is passed directly to clang.

This dramatically reduces the possibility of conflicting flags and makes the command much shorter.

What's Changed

  • Write flags into file instead of passing tons of them by @keynmol in #177

Full Changelog: v0.0.20...v0.0.21