ENABLE_UNITY_BUILD

This commit is contained in:
lizzie 2026-03-18 01:07:54 +00:00
parent 56c0ae37ad
commit 9183e9ff7a
3 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,7 @@ These options control dependencies.
- This option is subject for removal.
- `YUZU_TESTS` (ON) Compile tests - requires Catch2
- `ENABLE_LTO` (OFF) Enable link-time optimization
- `ENABLE_UNITY_BUILD` (OFF) Enables "Unity/Jumbo" builds
- Not recommended on Windows
- UNIX may be better off appending `-flto=thin` to compiler args
- `USE_FASTER_LINKER` (OFF) Check if a faster linker is available