|
Saving gcc output files to new directory
I'm running "g++ -fprofile-arcs -ftest-coverage /root/temp/wizard.cpp"
How do I redirect all the files it creates (e.g. the object file, etc) into a differennt folder (other than the current one - /root/temp). Say, for example, how do I get it to save the files in /root/temp1
|