I compile some program in Ubuntu on GCC and I need that GCC write log of compiling in file. How can I do that?
Now i compile like that:
sudo gcc SourceFile -o WhereToCompile
Thanks for answer!
I compile some program in Ubuntu on GCC and I need that GCC write log of compiling in file. How can I do that?
Now i compile like that:
sudo gcc SourceFile -o WhereToCompile
Thanks for answer!