More inside an IDE(eclipse cdt)

Posted by symfony on Stack Overflow See other posts from Stack Overflow or by symfony
Published on 2010-03-25T07:57:25Z Indexed on 2010/03/25 8:03 UTC
Read the original article Hit count: 266

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c++

Related posts about build