Skip to content

[Help] How to work with different build targets #507

Answered by rizsotto
akshaim asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @akshaim , this is an interesting use case. I think the way you currently doing this seems to be most safe way. If you want to speed this up, you probably need to use different build directories, so you can run the builds and the check parallel to each other. It's easy to do this way in CI environments. But for local development, you might want to write a shell/python script to do it for you.

This is less effort than trying to merge the different compilation databases into one.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by rizsotto
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants