Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve warning with newer macOS C++ compiler
This addresses issue 511 by disabling chained fixups, a new feature in XCode 13 (macOS 11?) that is now on by default in XCode 14 (macOS 12) and which may not work with undefined references when creating shared objects (according to a warning).
- Loading branch information