More inside an IDE(eclipse cdt)
- by symfony
This is what I see in the Console when I clicked Project-Clean menu:
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\hw.o ..\src\hw.cpp
g++ -ohw.exe src\hw.o
But I've no idea how is these command generated?
Can someone elaborate the lifecycle of the command?