Documentation Home
>
C++ ユーザーズガイド
>
第 3 章 C++ コンパイラオプション
>
オプションの一覧
>
-xM1
> 例
C++ ユーザーズガイド
Previous
: -xM
Next
: -xMerge
例
-xM
オプションの説明で使用した例と同じコードを、
-xM1
オプションでコンパイル (%
CC -xM1 hello.c
を実行) すると、次のように出力されます。
hello.o: hello.c
Previous
: -xM
Next
: -xMerge
© 2010, Oracle Corporation and/or its affiliates