Q: quick building for different targets #115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, and many thanks for the project!
I have a question: is it possible to speed up building for different platforms?
Currently, we do the next thing in a project:
As it's rebuilding the whole project twice, I think it's suboptimal.
Although, if I don't clean the project via
make clean, I have the same files for different platforms:So, do you think it's possible to build the project for multiple targets simultaneously?
Is it so rare case, that nobody uses it?