Parallel Make Output

后端 未结 6 442
一个人的身影
一个人的身影 2021-01-03 10:35

When running a CMake generated Makefile with multiple processes (make -jN), the output often gets messed up like this:

[  8%] [  8%] [  9%] Buil         


        
6条回答
  •  难免孤独
    2021-01-03 10:54

    Sun's (now Oracle's) dmake available on Linux and Solaris takes care of that. See here and there.

提交回复
热议问题