Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Specifying Object Files

$
0
0

You can use the /Fo option (Windows* OS) or -c and -o options (Linux* OS and OS X*) to specify an alternate name for an object file. In this example, the compiler generates an object file name myobj.o (Windows* OS) or myobj.o (Linux* OS and OS X*).

// (Linux* OS and OS X*)
icpc -c -omyobj.o x.cpp 
// (Windows* OS)
icl /Fomyobj x.cpp 

See Also


Inglés

Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>