pathhow-compiled − PathScale display compiled options utility
pathhow-compiled <filename> [<filename>] ...
The pathhow-compiled utility displays the compilation options and compiler version currently being used.
When a .o file, archive, or an executable is passed to pathhow-compiled, it will display the compilation options for each .o file constituting the argument file. This includes any linked archives.
Compile the
file myfile.c with pathcc and then use the pathhow-compiled
tool:
$ pathcc myfile.c -o myfile
$ pathhow-compiled myfile
The output would look something like this:
PathScale Compiler Version 3.0
compiled myfile.c with options:
-O2 -march=opteron -msse2 -mno-sse3 -mno-3dnow -m64