-
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Create toolset optimized for quick compiling Godot (SIMD, PGO, LTO and etc) #11431
Comments
DISCLAIMER: All the facts stored here had place in reality but should be checked more thoroughly Fact database:
|
TODO:
... |
@hpvb What do you think about? buildroot is enough complete to be used as sysroot? |
This proposal is created mainly to store all my findings during testing my mvp but also discuss with others
Describe the project you are working on
Godot itself
Describe the problem or limitation you are having in your project
Slow compilation times
Describe the feature / enhancement and how it helps to overcome the problem or limitation
I am proposing to compile LLVM version sharpened for compiling Godot
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
I've already wrote first automated mvp: https://github.com/dustdfg/godot-devkit. But in short:
Pre-compiled binary version, please test
The text was updated successfully, but these errors were encountered: