Makefile提高编译速度

来源:互联网 发布:耳机调音软件 编辑:程序博客网 时间:2024/06/06 02:22

Makefile中添加:


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