Randomize Parallel Recipe Execution Order In Makefile -


i have makefile has ton of subsystem , able build -j flag goes faster , builds different recipes in parallel.

this seems working fine not sure if missing needed dependencies , "getting lucky" order these being built.

is there way can randomize order recipes run while still following dependencies have defined?

you can control number of jobs make allowed run asynchronously -j command line option. way can "randomize" recipes being executed simultaneously , catch issues in makefiles.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -