chore: Remove unity builds (#6300)

Unity builds were intended to speed up builds, by bundling multiple files into compilation units. However, now that ccache is available on all platforms, there is no need for unity builds anymore, as ccache stores compiled individual build objects for reuse. This change therefore removes the ability to make unity builds.
This commit is contained in:
Bart
2026-02-03 17:55:22 -05:00
committed by GitHub
parent 6c1a92fe93
commit 3a172301ce
11 changed files with 58 additions and 83 deletions

View File

@@ -208,5 +208,5 @@
}
],
"build_type": ["Debug", "Release"],
"cmake_args": ["-Dunity=OFF", "-Dunity=ON"]
"cmake_args": [""]
}