Specifying Assembly Files

You can use the -S and -o options to specify an alternate name for an assembly file. In this example, the compiler generates an assembly file named myasm.s:

icpc -S -omyasm.s x.cpp

See Also


Submit feedback on this help topic

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