代码之家  ›  专栏  ›  技术社区  ›  Pouriya

-Freebsd 10.x上CC的管道标志

  •  2
  • Pouriya  · 技术社区  · 8 年前

    昨天我在免费监狱工作。根据文档,我运行了命令 make buildworld 它用

    cc ... -pipe ... file.c
    

    -pipe

    2 回复  |  直到 8 年前
        1
  •  1
  •   Erik Cederstrand    8 年前

    cc -pipe

    -pipe, --pipe
    Use pipes between commands, when possible
    

    https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-pipe

        2
  •  0
  •   Pouriya    8 年前