Parallel Make Output

后端 未结 6 441
一个人的身影
一个人的身影 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 11:05

    I tried to get the CMake people to fix this, but apparently they don't want to. See http://www.cmake.org/Bug/view.php?id=7062.

提交回复
热议问题