AtomLinter/linter-gcc

Object creation

Closed this issue · 2 comments

Always create an object (filename.o) in home, is normal? How can i remove it?

You can add the -fsyntax-only to either C or C++ flags. That seems to tell the compiler to just validate the syntax and not actually compile anything.