Specifying Executable Files

You can use the -o option to specify the name of the executable file. In the following example, the compiler produces an executable file named startup.

icpc -ostartup prog1.cpp

See Also


Submit feedback on this help topic

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