Skip to content

2.3

Compare
Choose a tag to compare
@kirb kirb released this 25 Jan 15:12
· 529 commits to master since this release
7a10ae9
  • Implements support for parallel building. Theos will automatically use all available logical CPU cores (aka CPU threads) to build multiple files at once. There are still spots that will feel slow, but otherwise you should see a reasonable improvement. (Pull request #225)
    The version of Make included with macOS is too old for this feature, so this will be disabled unless you install the latest GNU Make. You can do this with Homebrew:
    $ brew install make
    $ ln -s gmake $(brew --prefix)/bin/make
  • Fixes ld: malformed file: unknown key 'flags' error when linking against the libraries that were updated in Theos 2.2. (Issue #277)
  • dm.pl: Sets all files in the package to be owned by root:wheel, to normalise all files/directories to have correct ownership. (Issue #202)