Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何检查已安装的 gcc 在配置中启用了任何标志。
例如,我想检查安装的 gcc 是否启用了这个“--enable-__cxa_atexit”标志?
我有 Ubuntu 12.04 和 gcc 4.6
你试过这个:
gcc -Q --help=target -march=native
运行gcc --version -v。它将输出configure调用。
gcc --version -v
configure