g++のコンパイルオプションについて調べる
公開日:
:
最終更新日:2014/02/04
未分類
記事内に広告を含む場合があります。記事内で紹介する商品を購入することで、当サイトに売り上げの一部が還元されることがあります。
-c Compile or assemble the source files, but do not link. The linking
stage simply is not done. The ultimate output is in the form of an
object file for each source file.
By default, the object file name for a source file is made by
replacing the suffix .c, .i, .s, etc., with .o.
Unrecognized input files, not requiring compilation or assembly,
are ignored.
なるほど。linkしたくない場合には -c をつければいいのか。
関連記事
- PREV
- TDControl2をMac用に改造する
- NEXT
- TDControl2のcomc.hを読む