Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve incremental build time for Xcode projects #10742

Merged
merged 2 commits into from Jun 14, 2022

Conversation

TellowKrinkle
Copy link
Contributor

Brings time for an incremental build in the CMake-generated Xcode project from ~40s to ~1s, making development much less painful (assuming you pass -DSKIP_POSTPROCESS_BUNDLE=ON and the new -DUSE_BUNDLED_MOLTENVK=OFF). Obviously you won't get our fancy MoltenVK fbfetch this way, but for development it's very helpful.

No clue why the ExternalProject_Add makes cmake generate a project that requires running a 20s shell script for every build, but it does and that wasn't something I was interested in investigating.

CMakeLists.txt Outdated Show resolved Hide resolved
Source/Core/DolphinQt/CMakeLists.txt Outdated Show resolved Hide resolved
Adds ~20s to incremental build time in Xcode projects
@JMC47 JMC47 merged commit 8a8e9c5 into dolphin-emu:master Jun 14, 2022
10 checks passed
@TellowKrinkle TellowKrinkle deleted the Xcode branch June 15, 2022 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants