Skip to content

v0.1.5

Compare
Choose a tag to compare
@rsms rsms released this 28 Mar 02:38
· 239 commits to main since this release
  • fixes a rare race condition on macOS 12 (aarch64 only) hosts where two compis processes racing to build the same libc++ for the same target could both win
  • adds support to cc and c++ for building for a system version less than the sysroot (i.e. -mmacosx-version-min=x.x.x)
  • fixes a harmless but annoying bug where in some cases cc and c++ would create a directory named build-THIS-IS-A-BUG-IN-COMPIS in the current working directory
  • cc and c++ now explicitly disallows use of -fmodules and -fcxx-modules. This only affects building for macos. Modules are allowed when providing a custom --sysroot (and the caller is responsible for making sure that sysroot has module maps etc.)
  • fixes a bug in cc and c++ where running with --help arguments could trigger a build