pathhow-compiled

NAME
SYNOPSIS
DESCRIPTION
EXAMPLE

NAME

pathhow-compiled − PathScale display compiled options utility

SYNOPSIS

pathhow-compiled <filename> [<filename>] ...

DESCRIPTION

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.

EXAMPLE

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