Makefile提高编译速度

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sinat_30071459/article/details/74586916

Makefile中添加:


MAKEFLAGS += -j$(shell grep -c ^processor /proc.cpuinfo)


猜你喜欢

转载自blog.csdn.net/sinat_30071459/article/details/74586916