What is obj folder generated for?

Viewed 44412
1 Answers

"obj" folder is used to store temporary object files and other files used to create the final binary.

Further reading here

Related