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
Full Changelog: v0.0.20...v0.0.21