最佳答案
Sometimes, I find .d
files for a given source file.
For instance, if I compile test.c
, I've got
test.d, test.o
I understand that test.o
is the object file but have no idea what is test.d
for.
Could you give any hints or pointers?