So I'm working on a pretty big cpp project. Multiple files with some files having up to 800 lines.
I was wondering if syntax checking affects compile time?
So I'm working on a pretty big cpp project. Multiple files with some files having up to 800 lines.
I was wondering if syntax checking affects compile time?
I am not sure it slows down compilation, as I think syntax checking is stopped when a build starts. Try disabling it in the IDE settings and see if it speeds up.