makefile中的-pipe

    xiaoxiao2021-03-25  124

    -pipe Use pipes rather than temporary files for communication between the various stages of compilation. This fails to work on some systems where the assembler is unable to read from a pipe; bu t the GNU a ssembler has no trouble.(在不同的编译阶段使用管道替代临时文件,某特别汇编器无法从管道读取的系统无法使用这个参数,但是GNU的汇编器没有这个错误)
    转载请注明原文地址: https://ju.6miu.com/read-20942.html

    最新回复(0)