Specifying Object Files

You can use the -c and -o options to specify an alternate name for an object file. In this example, the compiler generates an object file name myobj.o:

icpc -c -omyobj.o x.cpp

See Also


Submit feedback on this help topic

Copyright © 1996-2011, Intel Corporation. All rights reserved.