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
Post a Comment