zoukankan      html  css  js  c++  java
  • 编译器gcc的几个关键参数解析

    1. -dumpmachine

        Print the compiler's target machine

    2. -print-sysroot
        Print the target sysroot directory that is used during compilation. (编译期间使用到的目录)

    3. -print-libgcc-file-name(或-print-file-name)

        获取libgcc.a文件的路径

    4. -print-search-dirs
        列出gcc搜索可配置的安装目录,程序和库目录清单时的路径

  • 相关阅读:
    Vue3.0
    Vue
    Vue
    Vue3.0
    Vue
    Vue
    Vue
    Vue
    Vue3.0
    万字长文|十大基本排序,一次搞定!
  • 原文地址:https://www.cnblogs.com/dakewei/p/12160809.html
Copyright © 2011-2022 走看看