clang help編譯選項 中文說明

2021-10-08 21:21:28 字數 1250 閱讀 4523

)usage: clang [options]

options:

\add \to search path for binaries and object files used implicitly

新增到隱式使用的二進位制檔案和物件檔案的搜尋路徑

include comments from within macros in preprocessed output

在預處理輸出中包含來自巨集內部的注釋

specifies configuration file

指定配置檔案

include comments in preprocessed output

在預處理輸出中包含注釋

only run preprocess, compile, and assemble steps

只執行預處理、編譯和組裝步驟

print macro definitions in -e mode in addition to normal output
filename to write dot-formatted header dependencies to
filename (or -) to write dependency output to
print include directives in -e mode in addition to normal output
print macro definitions in -e mode instead of normal output
define to (or 1 if omitted)
emit clang ast files for source inputs
use the llvm representation for assembler and object files
only run the preprocessor
-fmodules

enable the 『modules』 language feature

允許modules的語言特性

VC編譯選項

vc編譯選項 od 禁用優化 預設值 disable optimizations default ox 最大化選項。ogityb2 gs maximum opts.ogityb1 gs og 啟用全域性優化 enable global optimization oy 啟用框架指標省略 enable ...

PHP編譯選項

編譯擴充套件庫 usr local php bin phpize configure with php config usr local php bin php config make make install ln s ext sockets modules sockets.so sockets....

GCC編譯選項

gcc g 在執行編譯工作的時候,總共需要4步 1.預處理,生成.i的檔案 預處理器cpp 2.將預處理後的檔案不轉換成組合語言,生成檔案.s 編譯器egcs 3.有彙編變為目標 機器 生成.o的檔案 彙編器as 4.連線目標 生成可執行程式 鏈結器ld 引數詳解 c 只啟用預處理,編譯,和彙編,也...